Difference between revisions of "User:MC10/monobook.js"

From MHWiki
(add popups)
 
(test)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
// [[User:Lupin/popups.js]]
+
function siteArticlePath(){
importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+
  return "wiki/index.php";
            + '&action=raw&ctype=text/javascript');
+
};
 +
 
 +
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>');
  
function siteArticlePath(){ return 'wiki/index.php'; };
 
function siteBotInterfacePath(){ return 'wiki'; };
 
 
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;