fix userscript grant
This commit is contained in:
@@ -83,13 +83,9 @@ const userscriptWebpack = (config, env) => {
|
|||||||
// @icon ${process.env.REACT_APP_LOGOURL}
|
// @icon ${process.env.REACT_APP_LOGOURL}
|
||||||
// @downloadURL ${process.env.REACT_APP_USERSCRIPT_DOWNLOADURL}
|
// @downloadURL ${process.env.REACT_APP_USERSCRIPT_DOWNLOADURL}
|
||||||
// @updateURL ${process.env.REACT_APP_USERSCRIPT_DOWNLOADURL}
|
// @updateURL ${process.env.REACT_APP_USERSCRIPT_DOWNLOADURL}
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM.xmlHttpRequest
|
||||||
// @grant GM.xmlhttpRequest
|
|
||||||
// @grant GM_setValue
|
|
||||||
// @grant GM.setValue
|
// @grant GM.setValue
|
||||||
// @grant GM_getValue
|
|
||||||
// @grant GM.getValue
|
// @grant GM.getValue
|
||||||
// @grant GM_deleteValue
|
|
||||||
// @grant GM.deleteValue
|
// @grant GM.deleteValue
|
||||||
// @grant unsafeWindow
|
// @grant unsafeWindow
|
||||||
// @connect translate.googleapis.com
|
// @connect translate.googleapis.com
|
||||||
|
|||||||
Reference in New Issue
Block a user