OGame Redesign: Show Statistics Differences

By Vess Last update Oct 1, 2009 — Installed 417 times. Daily Installs: 4, 6, 4, 1, 6, 7, 2, 2, 2, 4, 3, 3, 5, 1, 2, 3, 2, 0, 3, 2, 8, 9, 4, 1, 3, 7, 11, 7, 0, 3, 4, 3
Script Summary:
Shows the deltas on the Statistics page in the text, so that you don't have to hover with the mouse, in order to see them.
Version: 1.03
Recently Updated TopicsPosts
Internet Explorer4

this script has 1 topic, 4 posts

This script has no reviews.

Thumb

2009-09-27: Version 1.01. Replaced addEventListener with a function which is more compatible across the different browsers. Maybe this way the script will work under IE (with IE7Pro installed) - although I haven't checked.

2009-09-29: Version 1.02. Rewrote the script so that it no longer uses XPath or a DOMNodeInserted event listener. Now the script should work not only for Firefox (2.x and 3.x)+GreaseMonkey and Opera but also for IE+IE7Pro.

2009-10-01: Version 1.03. The script wasn't working once the user switched to the Fleet or Research statistics pages - not even if the user later returned to the general statistics page. Fixed, although I don't like the fix very much... Why, oh why doesn't IE support DOMNodeInserted event listeners?!