/ ‘grepolis.user.js’
This commit is contained in:
parent
8cc9cea6d9
commit
fe9d81a137
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.46
|
||||
// @version 1.0.47
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
logWindowElement.empty();
|
||||
|
||||
function log(xText) {
|
||||
console.log(arguments);
|
||||
console.log(xText);
|
||||
var date = new Date(); // Timestamp to prepend
|
||||
var timestamp = new Date(date.getTime() - (date.getTimezoneOffset() * 60000)).toJSON();
|
||||
logWindowElement.append(timestamp + ": " + xText + "<br />");
|
||||
|
Loading…
x
Reference in New Issue
Block a user