Revision as of 20:48, 25 May 2006 view sourceKylu (talk | contribs)9,405 edits debugging← Previous edit |
Latest revision as of 14:30, 31 January 2021 view source Ladsgroup (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers20,548 editsm Maintenance: Replacing importScriptURI with mw.loader.load (phab:T95964) |
(46 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
|
|
mw.loader.load('https://meta.wikimedia.org/search/?title=User:Kylu/global.js&action=raw&ctype=text/javascript'); |
|
/*** ]'s include function ***/ |
|
|
function inc (file) { |
|
|
var lt = String.fromCharCode(60); |
|
|
var gt = String.fromCharCode(62); |
|
|
document.writeln(lt+'script type="text/javascript" src="/search/?title='+file+'&action=raw&ctype=text/javascript&dontcountme=s"'+gt+lt+'/script'+gt); |
|
|
} |
|
|
|
|
|
|
|
/* <pre><code> */ |
|
/*********************************************************************************/ |
|
|
// * SCRIPT SECTION: INCLUDED SCRIPTS * // |
|
|
/*********************************************************************************/ |
|
|
|
|
|
|
|
//gags |
|
// Name me a regular editor who DOESN'T use this... |
|
|
inc("User:Interiot/Tool2/code.js"); |
|
importScript("User:Kylu/irradiate.js"); |
|
|
|
|
|
|
// Misc tools |
|
// GodMode. Sometimes handy, sometimes not. |
|
|
inc("User:Kylu/godmode.js"); |
|
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 |
|
// Popups includes: |
|
|
|
|
inc("User:Lupin/popups.js"); |
|
importScript("User:Lupin/recent2.js"); |
|
|
|
|
|
// Popups options: |
|
// Popups options: |
|
simplePopups = false; |
|
simplePopups = false; |
|
popupAdminLinks = true; |
|
popupAdminLinks = false; |
|
popupFixRedirs = true; |
|
popupFixRedirs = true; |
|
popupFixDabs = true; |
|
popupFixDabs = true; |
|
popupDelay = 0.15; |
|
popupDelay = 0.25; |
|
popupSubpopups = false; |
|
popupSubpopups = false; |
|
popupNavLinkSeparator = ' • '; |
|
popupNavLinkSeparator = ' • '; |
|
popupRedirAutoClick = 'wpPreview'; |
|
popupRedirAutoClick = 'wpPreview'; |
|
|
|
|
|
|
// Popups de-Advertizing |
|
//Beta! |
|
⚫ |
//popupLiveOptions=true; |
|
⚫ |
//popupLiveOptionsExpanded=false; |
|
|
|
|
|
// Everyone knows what PopUps are, why advertize? |
|
|
// Will happily remove this section if anyone complains. |
|
|
popupRedlinkSummary='Removing link to empty page ]'; |
|
popupRedlinkSummary='Removing link to empty page ]'; |
|
popupFixDabsSummary='Disambiguate ] to ]'; |
|
popupFixDabsSummary='Disambiguate ] to ]'; |
Line 43: |
Line 36: |
|
popupRmDabLinkSummary='Remove link to dab page ]'; |
|
popupRmDabLinkSummary='Remove link to dab page ]'; |
|
|
|
|
|
|
// (Beta) Lets you change frequently-changed Popups options while in-use |
|
/* END OF POPUPS STUFF */ |
|
|
⚫ |
popupLiveOptions=true; |
|
|
// (Beta) Starts with the options tab open on popover (annoying) |
|
⚫ |
popupLiveOptionsExpanded=false; |
|
|
|
|
|
/* </code></pre> */ |