Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
t={};
ul=document.getElementsByTagName('ul')[0];
u=ul.childNodes;
rem=function()
 {
 b.parentNode.removeChild(b);
 for(i=0;i<u.length;i++)
  {
  title=u[i].firstChild.title;
  if(u[i].innerHTML.indexOf('top')>-1)
   {
   t[title]=1; 
   ul.removeChild(u[i]);
   i--
   }
  else
   if(t[title])
    {
    ul.removeChild(u[i]);
    i--
    }
  }
 };
if(location.href=="http://www.wowpedia.org/Special:Contributions/Nathanyel")
 {
 b=document.createElement('button');
 ul.parentNode.insertBefore(b,ul);
 b.innerHTML="remove top";
 b.onclick=rem;
 }
Advertisement