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",""))