This commit is contained in:
choelzl 2022-02-24 02:23:30 +01:00
parent c33df3a21b
commit 7485215ef6
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -8,7 +8,6 @@
// @icon https://www.google.com/s2/favicons?domain=geoguessr.com // @icon https://www.google.com/s2/favicons?domain=geoguessr.com
// @require https://code.jquery.com/jquery-3.6.0.min.js // @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 // @require https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==
if(localStorage.getItem('lauth')==null || localStorage.getItem('lauth')=="") localStorage.setItem('lauth',prompt("Enter Current Auth token","")) if(localStorage.getItem('lauth')==null || localStorage.getItem('lauth')=="") localStorage.setItem('lauth',prompt("Enter Current Auth token",""))