User:Kylu/monobook.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:Kylu/monobook.css. |
mw.loader.load('https://meta.wikimedia.org/w/index.php?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 = ' • ';
popupRedirAutoClick = 'wpPreview';
// 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]]';
// (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> */