/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-06-04 16:32:39 +02:00
parent 2785bd863a
commit 61c271e9ef

View File

@ -10,7 +10,7 @@
// //
// @match http://*.grepolis.com/game/* // @match http://*.grepolis.com/game/*
// //
// @version 1.0.39 // @version 1.0.40
// @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==
@ -25,7 +25,7 @@
// If there is a format string then... it must be a string // If there is a format string then... it must be a string
if (typeof arguments[0] === "string") { if (typeof arguments[0] === "string") {
args[0] = "%o: " + arguments[0]; args[0] = "%s: " + arguments[0];
args.splice(1, 0, timestamp); args.splice(1, 0, timestamp);
this.logCopy.apply(this, args); this.logCopy.apply(this, args);
} else { } else {