Script Summary: Ogame v0.78c : Overview and leftmenu cleaner by Laymain (All languages) with Advanced Jump Gate
A very simple script that removes the div ComBox from the overview page
Notice that there is a configuration section a the beginning of the script
Update : it now removes the two "commercial" links in the left menu
Update 13/09/2007 : Updated for Ogame layout version 0.77b
Update 15/09/2007 :
- Now supports all languages
- Scrollbar removed from page
Update 18/09/2007 :
- New link in menu removed
- "Dark Matter" item in header removed
Update 19/09/2007 : Commander and other icons removed
Update 22/09/2007 :
- Useless menu link removed (Idea from "Hackdeluxe")
- Jump Gate added (Edit the script to change the link text language)
- Icons are now hidden to keep compatibility with the Galaxy Toolbar
Update 23/09/2007 : (Idea from "Haznfefer" & "You Smoke")
You can now add your list of links that you want to be in the menu
just edit the var external_links to add urls, or leave it to false.The syntaxe is (where 'name' is the link name, 'url' the specified link and 'color' the link color)
var external_links = new Array( {name:'Google', url:'http://www.google.fr', color:'red'}, {name:'Userscripts', url:'http://userscripts.org', color:'#FFFF00'} );
You can also add internal links (Idea from "cyberPIN8"), the syntax is
var internal_links = new Array(
{name:'Circular Message', url:'index.php?page=allianzen&session='+sid+'&a=17', color:'green'},
{name:'Manage Members', url:'index.php?page=allianzen&session='+sid+'&a=7&sort1=5&sort2=1'},
{name:'Alliance Member List', url:'index.php?page=allianzen&session='+sid+'&a=4&sort1=3&sort2=0'}
);
Use for your session id :
session='+sid+'
The color in links informations is optional, if not definied the link will take the default menu color.
Update 29/09/2007 : Advanced Jump Gate has been added (to use it, set the var advanced_jump_gate to true)
Don't forget to save your external_links and internal_links when you update the script
Update 15/10/2007 : Scrolling has been fixed
Update 21/10/2007 : Scrolling fixed also in Galaxy page
Update 23/10/2007 : Commander ad removed
Update 11/11/2007 : Compatible with Ogame.ba
The var darkmatter has been added in the configuration section, set it to 'true' if you use DarkMatter



