User:Kylu/monobook.js

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure of whether the code is safe, you can ask at the help desk.
/* <pre><code> */
// YOU NEED TO INCLUDE THIS FUNCTION.
/*** [[User:Lightdarkness]]'s include function ***/
function inc (file) {
  var lt = String.fromCharCode(60);
  var gt = String.fromCharCode(62);
  document.writeln(lt+'script type="text/javascript" src="/w/index.php?title='+file+'&amp;action=raw&amp;ctype=text/javascript&amp;dontcountme=s"'+gt+lt+'/script'+gt);
}

/*********************************************************************************/
// * SCRIPT SECTION: INCLUDED SCRIPTS * //
/*********************************************************************************/

// Some of my extra editing stuff. (under development)
//inc("User:Kylu/extra.js");

//VoA Tools
inc("User:Voice_of_All/Addtabs/monobook.js");
inc("User:Kylu/xml.js");
inc("User:Lightdarkness/aiv.js");
inc("User:Voice_of_All/Revert/monobook.js");
inc("User:Voice_of_All/History/monobook.js");
inc("User:Voice_of_All/UTCclock.js");
inc("User:Voice_of_All/replacetxt.js");
inc("User:Kylu/google.js");
inc("User:Voice_of_All/Protection/monobook.js");
inc("User:Voice of All/Adminwarnings/monobook.js");

//MarkS's
inc("User:MarkS/extraeditbuttons.js");

// editcount.js just adds an "Edit count" link to the toolbox
// You MUST have Tool2 included to use this! 
inc("User:Interiot/Tool2/code.js");
inc("User:Kylu/editcount.js");

// Adds "user logs" to the toolbox.
inc("User:Kylu/userlog.js");

// Sam Hocevar's godmode.js and ubergodmode.js
inc("User:Kylu/godmode.js");
inc("User:Kylu/ubergodmode.js");

// Popups
inc("User:Lupin/popups.js");
inc("User:Lupin/recent2.js");

// Popups options:
simplePopups = false;
popupAdminLinks = true;
popupFixRedirs = true;
popupFixDabs = true;
popupDelay = 0.15;
popupSubpopups = false;
popupNavLinkSeparator = ' &bull; ';
popupRedirAutoClick = 'wpPreview';

// Beta Popups options
//Lets you change frequently-changed Popups options while in-use
popupLiveOptions=true;          
//Starts with the options tab open on popover (annoying)
popupLiveOptionsExpanded=false; 

// Popups de-Advertizing
popupRedlinkSummary='Removing link to empty page [[%s]]';
popupFixDabsSummary='Disambiguate [[%s]] to [[%s]]';
popupFixRedirsSummary='Redirect bypass from [[%s]] to [[%s]]';
popupExtendedRevertSummary='Revert to revision dated %s by %s, oldid %s';
popupRevertToPreviousSummary='Revert to the revision prior to revision %s';
popupRevertSummary='Revert to revision %s';
popupRmDabLinkSummary='Remove link to dab page [[%s]]';

/* END OF POPUPS STUFF */

// That's it. No more scripting. really. You can go home now.
/* </code></pre> */