/ ‘grepolis.user.js’

This commit is contained in:
2014-06-30 18:30:57 +02:00
parent 182858b3a6
commit 4e3ec94919

View File

@ -10,7 +10,7 @@
// //
// @match http://*.grepolis.com/game/* // @match http://*.grepolis.com/game/*
// //
// @version 1.1.4 // @version 1.1.5
// @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==
@ -31,7 +31,7 @@
} }
setTimeout(function() { setTimeout(function() {
var logGPWindow = new GPWindow(-1, null); var logGPWindow = new GPWindow(99999, null);
logGPWindow.createWindow(); logGPWindow.createWindow();
logWindowElement = $(logGPWindow.getElement()); logWindowElement = $(logGPWindow.getElement());
var logWindowWrapper = logWindowElement.parent().parent(); var logWindowWrapper = logWindowElement.parent().parent();