User:Cutepetsrus/monobook.js
From Homestar Runner Wiki
< User:Cutepetsrus(Difference between revisions)
Cutepetsrus (Talk | contribs) (adding link) |
Cutepetsrus (Talk | contribs) (change link) |
||
(includes 1 intermediate revision) | |||
Line 6: | Line 6: | ||
with (utilities) | with (utilities) | ||
{ | { | ||
- | addMonobookQuickbarLink("http://www.hrwiki.org/index.php | + | addMonobookQuickbarLink("http://www.hrwiki.org/index.php/Special:Log/newusers", "newsers", "mycontris"); |
} | } | ||
} | } | ||
if (window.addEventListener) window.addEventListener('load', addLinks, false); | if (window.addEventListener) window.addEventListener('load', addLinks, false); | ||
else if (window.attachEvent) window.attachEvent('onload', addLinks); | else if (window.attachEvent) window.attachEvent('onload', addLinks); |
Current revision as of 13:55, 10 August 2006
// include utility functions document.write('<script type="text/javascript" src="/index.php?title=User:Phlip/utilities.js&action=raw&ctype=text/javascript&dontcountme=s"></script>'); function addLinks() { with (utilities) { addMonobookQuickbarLink("http://www.hrwiki.org/index.php/Special:Log/newusers", "newsers", "mycontris"); } } if (window.addEventListener) window.addEventListener('load', addLinks, false); else if (window.attachEvent) window.attachEvent('onload', addLinks);