OGame New Page Menu

By doroteo Last update Sep 18, 2006 — Installed 730 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
sycups13 User

No funciona!!!

Alguien sabe porque despues de la actualizacion del servidor dejo de funcionar este script

 
Paco Bell User

if (self.document.URL.indexOf("leftmenu.php") != -1){
var session = document.URL.substr(document.URL.indexOf("session=") + 8,12);
//agrega el New Page Menu
var tgs = document.getElementsByTagName('a');

for (var i = tgs.length - 1; i >= 0; i--) {
if(tgs[i].href.indexOf('http://tutorial.ogame.com.pt/') != -1){
tgs[i].href = 'index.php?session=' + session;
tgs[i].target = "_blank";
tgs[i].innerHTML = 'New Page Menu';

 
sycups13 User

Ya no funciona en el 40, ¿que ha pasado?

 
doroteo Script's Author

Con IE al abrir una nueva ventana veia mi sesion abierta con los dos menus, el de la izquierda y el principal. Al pasar a Firefox perdi esta funcionalidad tan util.
Con este script se sustituye el inutil link de Ayuda del menu izquierdo por el de New Page.

Substites the useless Help link in left menu by the "New Page" one. This link opens a new window with the loged session inside (like IE CTRL+N function)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel