Jump to content

User:Mimithebrain/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mimithebrain (talk | contribs) at 04:41, 24 August 2006 (ummm... wonder what that looks like?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//vandalism fighting tool deactivated
<!--
//The following is for the recent changes, vandalism fighting tool :)
// Script from [[User:Lupin/recent2.js]]
//document.write('<script type="text/javascript" src="' 
//             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js' 
//             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
-->
//navigation popups activated
<!--
//The following is the nice navigation popups ^-^
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>');
popupHideDelay=0.2;
-->
//picture popups activated
<!--
//The following is for the picture popups :D
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Zocky/PicturePopups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
-->
//Just for the heck of it.
<!--
window.onload = pikaChu;

function pikaChu () {

document.forms[0].wpTextbox1.value += "[[Image:Pikachu.png|thumb|Pika, Pikachu! Pika! (and so is \"free software\")]]";
document.forms[0].wpSummary.value = "Pika!";
document.forms[0].wpMinoredit.checked = true;

}

if (window.addEventListener) window.addEventListener("load",pikaChu,false);
else if (window.attachEvent) window.attachEvent("onload",pikaChu);
-->