/ ‘grepolis.user.js’
This commit is contained in:
parent
c142d59faa
commit
1868933c95
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.2
|
||||
// @version 1.1.3
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
var s = document.createElement("script");
|
||||
s.type = "text/javascript";
|
||||
s.innerHTML = 'function j_countdown(t, id){'
|
||||
+'var h = Math.floor(t/(60*60)) % 24;'
|
||||
+'var h = Math.floor(t/(60*60));'
|
||||
+'var m = Math.floor(t/60) %60;'
|
||||
+'var s = Math.floor(t %60);'
|
||||
+'h = (h < 10) ? "0"+h : h;m = (m < 10) ? "0"+m : m;s = (s < 10) ? "0"+s : s;'
|
||||
|
Loading…
x
Reference in New Issue
Block a user