User:Mini-Geek/monobook.js

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
popupUseQueryInterface=false;
popupUseQueryInterface=false;
-
function siteArticlePath(){ return '/index.php'; }
+
function siteArticlePath(){ return 'index.php'; }
-
function siteBotInterfacePath(){ return '/'; }
+
function siteBotInterfacePath(){ return ''; }

Revision as of 17:51, 10 December 2007

// [[User:Lupin/popups.js]]

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
popupUseQueryInterface=false;
function siteArticlePath(){ return 'index.php'; }
function siteBotInterfacePath(){ return ''; }
Personal tools