|
% Check damage ranking of name/value
Automatic
Hatchling Swarm Chimera Tremor Wyrm HP left when nuked: % Xeno Mothership |
Zzzz.... |
|
Time Left Calculation. |
|||||||||||
|
|||||||||||
![]() Custom Formation
|
Commanders x?
fsdfsdf
Units x?
Structures x?
Reinforcements x?
|
||||||||||||||||||||||||
Keep track of how many gifts people send you. Generate a script that you can enter the Address Bar while in "Click Here if your Friends List is blank (...&bigList=1)" page to automatically select specific people at once.
!
frRL=frR.length;
fL=document.getElementById("friends").childNodes;
for (var fr=0;fr<fL.length && frR.length>0;fr++) {
for (var frL=0;frL<frR.length;frL++) {
if (fL[fr].innerHTML.toLowerCase().indexOf(frR[frL].toLowerCase()) != -1) {
fs.click(fL[fr]);
frR.splice(frL, 1);
break;
};
};
};
if(frR.length>0) {
alert("Gift fail: "+frR);
};
alert((frRL-frR.length)+" friends found.");