(val)
| 65 | const cache = initCache({ |
| 66 | lifetime: 5 * 60e3, |
| 67 | onDispose(val) { |
| 68 | if (IS_FIREFOX) unregisterScriptFF(val); |
| 69 | cache.del(val[MORE]); |
| 70 | }, |
| 71 | }); |
| 72 | // KEY_XXX for hooked options |
| 73 | const GRANT_NONE_VARS = '{GM,GM_info}'; |
no test coverage detected