/ ‘grepolis.user.js’
This commit is contained in:
parent
8a2e73d09e
commit
d9694c4012
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.38
|
||||
// @version 1.1.39
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -87,6 +87,16 @@
|
||||
var tmoutId = 'farm-' + xFarmId
|
||||
$(town_countdown).append('<span id="' + tmoutId + '"><script>j_countdown(' + Math.floor(tmout/1000) + ', "' + tmoutId + '");</script></span>, ');
|
||||
});
|
||||
|
||||
HelperTown.townSwitch(town_id);
|
||||
HelperTown.handleInfoWindowJumpToTownClick();
|
||||
var farmtowns = $(".farmtown_owned_on_same_island");
|
||||
$.each(fto, function(f, farmtown) {
|
||||
var farmtownId = farmtown["id"].split("_")[2];
|
||||
farm_ids[town_id].push(+farmtownId);
|
||||
});
|
||||
|
||||
|
||||
$(town_countdown).append('<br />');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user