From 34adb2660b08d703cf0ab910478c1794a4476171 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Fri, 15 Dec 2023 10:58:49 +0800 Subject: [PATCH] fix: grant GM.unregisterMenuCommand --- config-overrides.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config-overrides.js b/config-overrides.js index 9f8155c..fc0bcbf 100644 --- a/config-overrides.js +++ b/config-overrides.js @@ -85,6 +85,7 @@ const userscriptWebpack = (config, env) => { // @updateURL ${process.env.REACT_APP_USERSCRIPT_DOWNLOADURL} // @grant GM.xmlHttpRequest // @grant GM.registerMenuCommand +// @grant GM.unregisterMenuCommand // @grant GM.setValue // @grant GM.getValue // @grant GM.deleteValue