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 09:49, 7 March 2008 view sourceKylu (talk | contribs)9,405 edits + User:Splarka/contribsrange.js← Previous edit Revision as of 22:17, 25 March 2008 view source Kylu (talk | contribs)9,405 edits rm gadgeted scriptNext edit →
Line 4: Line 4:


importScript("User:Lupin/recent2.js"); importScript("User:Lupin/recent2.js");
importScript("User:Splarka/contribsrange.js"); //CIDR contribs lookup


// Popups options: // Popups options:

Revision as of 22:17, 25 March 2008

/* <pre><code> */

// Popups includes:

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

// Popups options:
simplePopups = false;
popupAdminLinks = true;
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; 

// End of popups 

// VoA Tools
// addtabs and dropdown are prerequisite
importScript("User:Voice_of_All/Addtabs/monobook.js");
// these are add-ons
importScript("User:Voice of All/Adminwarnings/monobook.js");
importScript("User:Voice_of_All/CheckUser/monobook.js");
importScript("User:Voice_of_All/History/monobook.js");
importScript("User:Voice_of_All/UTCclock.js");
importScript("User:Voice_of_All/replacetxt.js");
importScript("User:Voice_of_All/Protection/monobook.js");

// Lightdarkness tools
importScript("User:Lightdarkness/aiv.js");

// My tools
// Enhanced diff, shows more options
importScript("User:Kylu/diff.js");
// Adds "google" tab
importScript("User:Kylu/google.js");
// Enhanced search (from Commons)
// inc("User:Kylu/EnhSearch.js");

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