Ogame Redesign: Pranger

By DerWoNetDaIst Last update Oct 23, 2009 — Installed 1,778 times.

'menuTable' is null

in
Subscribe to 'menuTable' is null 4 posts, 2 voices



Tarja The Witch Scriptwright
FirefoxWindows

Nice script, thanks.
But you could add a check for 'menuTable' element presence (it is absent on 'showmessage' page and may be somewhere else).

 
DerWoNetDaIst Script's Author
FirefoxWindows

sry, i have no idea how this works (i am a noob in programming) ^^

if you want, you can include my script in yours?

 
Tarja The Witch Scriptwright
FirefoxWindows

I couldn't start buildings with your script enabled. The following code works better:

(function() {
var parent = document.getElementById('menuTable');
if (!parent) return;
var item = document.createElement('li');
item.className = 'menubutton_table';
item.innerHTML = '<a class="menubutton" href="pranger.php" target="_blank"><span class="textlabel">Pranger</span></a>';
parent.appendChild(item);
})()

 
DerWoNetDaIst Script's Author
FirefoxWindows

ok, thx :)

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