User:Ian/monobook.js: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
function siteArticlePath(){ return '/index.php'; }
{{Use Popups}}
function siteBotInterfacePath(){ return '/'; }
 
function hookEvent(hookName, hookFunct) {
if (window.addEventListener) {
window.addEventListener(hookName, hookFunct, false);
} else if (window.attachEvent) {
window.attachEvent("on" + hookName, hookFunct);
}
}
 
popupsUseQueryInterface = false;
 
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>');

Latest revision as of 19:52, 14 June 2007

{{Use Popups}}