Status panel for OGame running in Tampermonkey.
GROS is a lightweight userscript that makes playing OGame more convenient. It adds a compact status panel to the overview page and presents selected information that is already available in the current game interface in a clearer, faster, and more convenient way.
The script was designed as a simple, transparent, and non-invasive add-on. It works as a read-only presentation layer for information from the currently loaded OGame page and displays it in a more practical form.
GROS focuses on presenting data. It reads the current DOM, formats information already available in the game, uses local browser storage for remembered values, and keeps the interface compact. The script is very simple and can be used as one of the add-ons that makes playing OGame more enjoyable.
localStorage.The purpose of GROS is to improve readability and reduce manual checking of information that the player already sees in the interface, while keeping the script small, passive, and easy to understand.
GROS was tested together with AntiGameReborn and was designed to work alongside it without conflicts. Compatibility with other add-ons, extensions, or userscripts is not guaranteed.