From 7485215ef69a65db821c3ea69f7ee747745bc438 Mon Sep 17 00:00:00 2001 From: choelzl Date: Thu, 24 Feb 2022 02:23:30 +0100 Subject: [PATCH] WIP --- web/chatguessr/bus.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/chatguessr/bus.js b/web/chatguessr/bus.js index 7cfb35d..dccf976 100644 --- a/web/chatguessr/bus.js +++ b/web/chatguessr/bus.js @@ -8,7 +8,6 @@ // @icon https://www.google.com/s2/favicons?domain=geoguessr.com // @require https://code.jquery.com/jquery-3.6.0.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js - // @grant none // ==/UserScript== if(localStorage.getItem('lauth')==null || localStorage.getItem('lauth')=="") localStorage.setItem('lauth',prompt("Enter Current Auth token",""))