diff --git a/main.js b/main.js index 7a335c1..9da408a 100644 --- a/main.js +++ b/main.js @@ -24,14 +24,14 @@ // REMOVE THIS, only to disable ESLINT errors // ------------------------------------------------------------------------------ /* eslint-disable */ -const GM_getValue = 0 -const GM_info = 0 -const GM_setValue = 0 -const GM_xmlhttpRequest = 0 -const GM_openInTab = 0 -const GM_getResourceText = 0 -Main() -const location = 0 +// const GM_getValue = 0 +// const GM_info = 0 +// const GM_setValue = 0 +// const GM_xmlhttpRequest = 0 +// const GM_openInTab = 0 +// const GM_getResourceText = 0 +// Main() +// const location = 0 /* eslint-enable */ // ------------------------------------------------------------------------------