User:Purple llama/monobook.js

From Guild Wars Wiki
Jump to navigationJump to search

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.
 /**** Guild Wars Wiki Tools - GuildWiki Switch
  * (c) 2007 by Patrick Westerhoff [poke]
  */
 function gwwtGuildWikiSwitch ()
 {
   if ( wgNamespaceNumber < 100 )
   {
     var itemNode = document.createElement( 'li' );
     itemNode.appendChild( document.createElement( 'a' ) );
     itemNode.lastChild.href  = 'http://gw.gamewikis.org/wiki/' + wgCanonicalNamespace + ':' + wgTitle;
     itemNode.lastChild.title = 'See this page on GuildWiki';
     itemNode.lastChild.appendChild( document.createTextNode( 'GWiki' ) );
     document.getElementById( 'p-cactions' ).getElementsByTagName( 'ul' )[0].appendChild( itemNode );
   }
 }
 hookEvent( 'load', gwwtGuildWikiSwitch );


timerDisplay = false;