Revision as of 03:41, 30 August 2007 view sourceKylu (talk | contribs)9,405 edits testing enhanced search← 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,540 editsm Maintenance: Replacing importScriptURI with mw.loader.load (phab:T95964) |
(19 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'); |
|
|
|
|
/* <pre><code> */ |
|
/* <pre><code> */ |
|
// YOU NEED TO INCLUDE THIS FUNCTION. |
|
|
/*** ]'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); |
|
|
} |
|
|
|
|
|
|
|
//gags |
|
/*********************************************************************************/ |
|
|
⚫ |
importScript("User:Kylu/irradiate.js"); |
|
// * SCRIPT SECTION: INCLUDED SCRIPTS * // |
|
|
/*********************************************************************************/ |
|
|
|
|
|
|
|
// Misc tools |
|
// Some of my extra editing stuff. (under development) |
|
|
//inc("User:Kylu/extra.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 includes: |
|
//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"); |
|
|
inc("User:Kylu/diff.js"); |
|
|
inc("User:Kylu/EnhSearch.js"); |
|
|
|
|
|
|
⚫ |
importScript("User:Lupin/recent2.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: |
|
// 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'; |
|
|
|
|
// 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 |
|
// Popups de-Advertizing |
Line 73: |
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; |
|
|
|
|
|
// That's it. No more scripting. really. You can go home now. |
|
|
/* </code></pre> */ |
|
/* </code></pre> */ |