From 86d279a670fc46045db9da0bb9f71ef51f5acaf7 Mon Sep 17 00:00:00 2001
From: MrFry <mrfry@airmail.cc>
Date: Wed, 2 Oct 2019 16:58:53 +0200
Subject: [PATCH] commenting out stuff

---
 main.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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 */
 // ------------------------------------------------------------------------------