/ ‘grepolis.user.js’
This commit is contained in:
parent
0632ba39cb
commit
cd342f7056
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.72
|
||||
// @version 1.0.73
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
var s = document.createElement("script");
|
||||
s.type = "text/javascript";
|
||||
s.innerHTML = 'function countdown(t, id){'
|
||||
+'log(""+t);'
|
||||
+'console.log(""+t);'
|
||||
+'h = Math.floor(t/(60*60)) % 24;'
|
||||
+'m = Math.floor(t/60) %60;'
|
||||
+'s = t %60;'
|
||||
|
Loading…
x
Reference in New Issue
Block a user