www.fgks.org   »   [go: up one dir, main page]

Jump to content

User:Matt B./monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Matt B. (talk | contribs)
No edit summary
Matt B. (talk | contribs)
No edit summary
Line 1: Line 1:
// <pre><nowiki>
// <pre><nowiki>

// disable Wikipedia access keys/keyboard shortcuts
ta = false;




Line 11: Line 10:
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}
}

// disable Wikipedia access keys/keyboard shortcuts
ta = false;


// </nowiki></pre>
// </nowiki></pre>

Revision as of 16:33, 19 March 2007

// <pre><nowiki>



// [[User:Lupin/popups.js]]
if (document.URL.match("http://en.wikipedia.org/wiki/Special:Recentchanges") || document.URL.match("autosummary=Revert") || document.URL.match("Special:Contributions") || document.URL.match("action=history") || document.URL.match("Special:Watchlist") )
{
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>');
}

// disable Wikipedia access keys/keyboard shortcuts
ta = false;

// </nowiki></pre>