Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Happened again. I tried to refresh it while on the message page (spy reports). Since then, if I try to refresh, no matter what page I'm on, the script gets stuck on CR page 8 then Firefox suggests to kill it. DEBUG is set on true but I don't get any error messages. I need to reset it to get rid of the problem.
-
GreaseMonkey functions have been reworked and aren't properly called by the script. Easiest fix is to add the following lines at the beginning of the script in order to replace these functions. JavaScript Source Code (24 lines)
-
Left Pannel Notepad
PostWhy don't you just install an extension like "simple notes" if you want a notepad on the side of the screen?
-
Doesn't work with my Firefox 57.0.2 + GreaseMonkey 4.1 The $.ajax requets are failing. Fixed by changing the url from '/game/index.php?page=messages' to 'https://' + document.getElementsByName('ogame-universe')[0].content + '/game/index.php?page=messages' Otherwise everything works fine. Thanks for the update (set debug to false before release maybe, flooding the console :p) Edit : (Hidden Content)