Difference between revisions of "User:MC10/monobook.js"
From MHWiki
(add popups) |
(fix script) |
||
Line 1: | Line 1: | ||
// [[User:Lupin/popups.js]] | // [[User:Lupin/popups.js]] | ||
− | importScriptURI( | + | importScriptURI("User:MC10/Popups.js"); |
− | |||
− | function siteArticlePath(){ return | + | function siteArticlePath(){ return "wiki/index.php"; }; |
− | function siteBotInterfacePath(){ return | + | function siteBotInterfacePath(){ return "wiki"; }; |
popupFixRedirs=true; | popupFixRedirs=true; | ||
popupRedlinkRemoval=true; | popupRedlinkRemoval=true; |
Revision as of 04:24, 17 March 2010
// [[User:Lupin/popups.js]] importScriptURI("User:MC10/Popups.js"); function siteArticlePath(){ return "wiki/index.php"; }; function siteBotInterfacePath(){ return "wiki"; }; popupFixRedirs=true; popupRedlinkRemoval=true; popupFixDabs=true; popupStructure='original'; popupAdminLinks=true;