Moderators: Tech Team, Global Moderators

cicero wrote:Version 4.7.3 has been released ... But the first post of this thread hasn't been updated ... Can you let us know what has changed please ?
(And what happened to 4.7.2)

yeti_c wrote:cicero wrote:Version 4.7.3 has been released ... But the first post of this thread hasn't been updated ... Can you let us know what has changed please ?
(And what happened to 4.7.2)
4.7.3 is a transition release to Sherkaner - i.e. all the changes relate to allowing him to update the script from his logins from fileden and userscripts.
C.
thespider wrote:yeti_c wrote:thespider wrote:Has anyone tried to use this on Safari and GreaseKit?
I would like to if it is possible.
Feel free to try!!
C.
it didn't work =(
I don't know why...

// ENDTURN SNAPSHOT MOD ***********************
var newhandleResponse = unsafeWindow.handleResponse;
unsafeWindow.handleResponse = function() {
var ret = newhandleResponse();
if (lastCommand == 'End Reinforcement' || (lastCommand == 'Reinforce' && gameSettings.fortifications != eFortifications.UNLIMITED)) {
confirm("ENDTURN SNAPSHOT MOD 1:");
if (!gameSettings.speed && myOptions["endTurnSnapshot"]=="On") {
confirm("ENDTURN SNAPSHOT MOD 2: about to attempt to take snapshot");
takeSnapshot(); //THIS IS DEFINITELY BEING CALLED
}
lastCommand = '';
}
return ret;
}

Users browsing this forum: No registered users and 1 guest