/ ‘grepolis.user.js’
This commit is contained in:
parent
864aa41ccd
commit
6f3fd0714d
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.0.50
|
// @version 1.0.51
|
||||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
@ -19,7 +19,7 @@
|
|||||||
lastAmounts = "";
|
lastAmounts = "";
|
||||||
console.log("Initializing...");
|
console.log("Initializing...");
|
||||||
windows = {};
|
windows = {};
|
||||||
farm_ids = [1225, 1226, 1229, 1230, 1231];
|
farm_ids = [1225, 1226, 1228, 1229, 1230, 1231];
|
||||||
farm_ids.forEach(function(xFarmId) {
|
farm_ids.forEach(function(xFarmId) {
|
||||||
console.log("Setting timer to 5s for Farm " + xFarmId);
|
console.log("Setting timer to 5s for Farm " + xFarmId);
|
||||||
setTimeout(getWaresTick(xFarmId), 5000);
|
setTimeout(getWaresTick(xFarmId), 5000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user