Dear visitor, welcome to OGame.Origin.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
GM do not install this script, possible damage.
You should Sign Up or Login to download this file
he should use userscript, if he want that someone try it
After changing the character encoding from ISO latino 1 to UTF-8 the script works fine on the built-in extension manager of Chrome (v 19.0.1084.56) on OSX Lion (10.7.3)
It wont install (at least on Chrome) with a different encoding than UTF-8
Download link updated, thx rudolph
First post updated with userscripts links (so ready to test

)
Thx so much rudolph
Good Job, it's perfect.
Add this code for HREF
|
Source code
|
1
|
target=_blank
|
it's improvement for crasher
I'ts possibile open new TAB when I click to coordinates or other link the list of all planet and moon ?
It's possibile write this line in English or traslate ?
Puntos:
Economia:
Militar:
Naves:
Destruidos:
Investigacion:
I try this code if you want implemented
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
lingua=uni.split('.');
tag01="Total:";
tag02="Economy:";
tag03="Military:";
tag04="Ship:";
tag05="Military Destroyed:";
tag06="Research:";
if (lingua[2]=="it")
{
tag01="Generale:";
tag02="Economia:";
tag03="Militare:";
tag04="Navi:";
tag05="Militari distrutti:";
tag06="Ricerca:";
}
document.getElementById("player"+id).getElementsByTagName('ul')[0].innerHTML=document.getElementById("player"+id).getElementsByTagName('ul')[0].innerHTML+"<li><span>"+tag01+" "+score+"</span></li>";
|