/ ‘grepolis.user.js’
This commit is contained in:
parent
d7922c724b
commit
a857d97241
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.0.42
|
// @version 1.0.43
|
||||||
// @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==
|
||||||
|
|
||||||
@ -43,6 +43,22 @@
|
|||||||
setTimeout(getWaresTick(xFarmId), 5000);
|
setTimeout(getWaresTick(xFarmId), 5000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var logWindow = new GPWindow(-1, null);
|
||||||
|
logWindow.createWindow();
|
||||||
|
logWindowElement = $(logWindow.getElement());
|
||||||
|
var logWindowWrapper = logWindowElement.parent().parent();
|
||||||
|
logWindowWrapper.css({
|
||||||
|
"position": "absolute",
|
||||||
|
"z-index": 999999999,
|
||||||
|
"right": "16px",
|
||||||
|
"bottom": 0,
|
||||||
|
"width": "300px",
|
||||||
|
"height": "300px",
|
||||||
|
"align": "left",
|
||||||
|
"left": "auto",
|
||||||
|
"top": "auto"
|
||||||
|
});
|
||||||
|
|
||||||
setTimeout(getWaresTick, 5000);
|
setTimeout(getWaresTick, 5000);
|
||||||
function getWaresTick(xFarmId) {
|
function getWaresTick(xFarmId) {
|
||||||
return function() {
|
return function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user