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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (try fix)
m
 
Line 1: Line 1:
 
// http://en.wikipedia.org/wiki/User%3ALupin/popups.js
 
// http://en.wikipedia.org/wiki/User%3ALupin/popups.js
  
function siteArticlePath(){ return 'index.php'; }
+
function siteArticlePath(){ return 'index.php?title='; }
 
function siteBotInterfacePath(){ return ''; }
 
function siteBotInterfacePath(){ return ''; }
  

Latest revision as of 22:36, 2 January 2008

// http://en.wikipedia.org/wiki/User%3ALupin/popups.js

function siteArticlePath(){ return 'index.php?title='; }
function siteBotInterfacePath(){ return ''; }

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>');

popupDelay=0.7;
popupHideDelay=0.2;