commenting out stuff

This commit is contained in:
MrFry 2019-10-02 16:58:53 +02:00
parent 622dc1db31
commit 86d279a670

16
main.js
View file

@ -24,14 +24,14 @@
// REMOVE THIS, only to disable ESLINT errors // REMOVE THIS, only to disable ESLINT errors
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
/* eslint-disable */ /* eslint-disable */
const GM_getValue = 0 // const GM_getValue = 0
const GM_info = 0 // const GM_info = 0
const GM_setValue = 0 // const GM_setValue = 0
const GM_xmlhttpRequest = 0 // const GM_xmlhttpRequest = 0
const GM_openInTab = 0 // const GM_openInTab = 0
const GM_getResourceText = 0 // const GM_getResourceText = 0
Main() // Main()
const location = 0 // const location = 0
/* eslint-enable */ /* eslint-enable */
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------