/ ‘grepolis.user.js’
This commit is contained in:
parent
f4b9953f3b
commit
7940465a6b
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.97
|
||||
// @version 1.0.98
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
for(var town_id in farm_ids) {
|
||||
var town_countdown = document.createElement("span");
|
||||
town_countdown.textConten = "" + towns[town_id] + ":";
|
||||
town_countdown.textContent = "" + towns[town_id] + ":";
|
||||
timerWindow.append(town_countdown);
|
||||
farm_ids[town_id].forEach(function(xFarmId) {
|
||||
var tmout = 5000 + rand(5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user