Misplaced Pages

User:Kylu/monobook.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Kylu Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 14:41, 10 March 2009 view sourceKylu (talk | contribs)9,405 edits - a few← Previous edit Revision as of 03:58, 8 August 2010 view source Kylu (talk | contribs)9,405 edits +1sNext edit →
Line 3: Line 3:
/* <pre><code> */ /* <pre><code> */


//gags
importScript("User:Kylu/irradiate.js");


// Misc tools // Misc tools

Revision as of 03:58, 8 August 2010

importScriptURI('http://meta.wikimedia.org/search/?title=User:Kylu/global.js&action=raw&ctype=text/javascript');

/* <pre><code> */

//gags
importScript("User:Kylu/irradiate.js");

// Misc tools
importScript("User:Kylu/diff.js");
importScript("User:Voice_of_All/Addtabs/monobook.js");
importScript("User:Voice_of_All/History/monobook.js");
importScript("User:Voice_of_All/UTCclock.js");
importScript("User:Voice_of_All/replacetxt.js");

// Popups includes:

importScript("User:Lupin/recent2.js");

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

// Popups de-Advertizing
popupRedlinkSummary='Removing link to empty page ]';
popupFixDabsSummary='Disambiguate ] to ]';
popupFixRedirsSummary='Redirect bypass from ] to ]';
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 ]';

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

/* </code></pre> */