/ ‘grepolis.user.js’
This commit is contained in:
parent
d93cb6b6f0
commit
0b459dcdd7
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.35
|
||||
// @version 1.0.37
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
var mood = parseFloat($(wndElement).find('#mood1').siblings().last().text());
|
||||
|
||||
if(btn.hasClass("farm_claim_button_inactive")) {
|
||||
var ts = $(".farm_next_claim_time").text();
|
||||
var ts = $(wndElement).find(".farm_next_claim_time").text();
|
||||
|
||||
if(ts != "bereit") {
|
||||
var minutes = ts.substring(2,4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user