/ ‘repolis.user.js’

This commit is contained in:
Jan Bader 2014-06-04 15:26:37 +02:00
parent 5547041942
commit d93cb6b6f0

View File

@ -10,7 +10,7 @@
//
// @match http://*.grepolis.com/game/*
//
// @version 1.0.34
// @version 1.0.35
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript==
@ -95,7 +95,7 @@
$('.town_name').text(dformat + " +" + ts);
console.log("btn is inactive, trying again in " + ts + " seconds");
console.log("btn is inactive, trying again in " + ts);
wnd.close();
setTimeout(getWaresTick(xFarmId), seconds * 1000 + 1000);