Difference between revisions of "User:MC10/monobook.js"
From MHWiki
(fix) |
(test) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | // | + | function siteArticlePath(){ |
− | + | return "wiki/index.php"; | |
+ | }; | ||
+ | |||
+ | function siteBotInterfacePath(){ | ||
+ | return "wiki"; | ||
+ | }; | ||
+ | |||
+ | document.write('<script type="text/javascript" src="http://mhwiki.hitgrab.com/wiki/index.php?title=User:MC10/Popups.js&action=raw&ctype=text/javascript"></script>'); | ||
− | |||
− | |||
popupFixRedirs=true; | popupFixRedirs=true; | ||
popupRedlinkRemoval=true; | popupRedlinkRemoval=true; |
Latest revision as of 00:35, 31 March 2010
function siteArticlePath(){ return "wiki/index.php"; }; function siteBotInterfacePath(){ return "wiki"; }; document.write('<script type="text/javascript" src="http://mhwiki.hitgrab.com/wiki/index.php?title=User:MC10/Popups.js&action=raw&ctype=text/javascript"></script>'); popupFixRedirs=true; popupRedlinkRemoval=true; popupFixDabs=true; popupStructure='original'; popupAdminLinks=true;