/ ‘grepolis.user.js’
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.19
|
||||
// @version 1.0.20
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
var d = new Date();
|
||||
var dformat = "[" + [d.getUTCHours(), d.getUTCMinutes(), d.getUTCSeconds()].join(':') + "]";
|
||||
$('.town_name').text(dformat);
|
||||
console.log($.map($(".indicator .amount"),function(v){return $(v).text()}));
|
||||
console.log($.map($(".indicator .amount"),function(v){return $(v).text()}).join(", "));
|
||||
if(!buttonIsInitialized() || w(btn[0]) == null) {
|
||||
console.log("Need to get btn again");
|
||||
if(GPWindowMgr.is_open(GPWindowMgr.TYPE_FARM_TOWN) < 1) {
|
||||
|
Reference in New Issue
Block a user