()
| 150 | } |
| 151 | |
| 152 | async function doDel() { |
| 153 | await GM_deleteValue(myKey); |
| 154 | iLog(`🗑 Deleted <b>${escHtml(myKey)}</b>`, 'warn'); |
| 155 | await pushKV(); |
| 156 | } |
| 157 | |
| 158 | function registerAllListeners() { |
| 159 | for (const key of ALL_KEYS) { |
no test coverage detected