Revision as of 22:25, 6 September 2008 view sourceMBisanz (talk | contribs)Extended confirmed users126,668 edits User:Howcheng/quickimgdelete.js← Previous edit |
Latest revision as of 14:48, 17 May 2022 view source Ladsgroup (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers20,546 editsm Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879) |
(70 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
|
⚫ |
importScript('User:Writ Keeper/Scripts/orangeBar.js'); |
|
|
|
|
⚫ |
importScript('User:Mr.Z-man/patrollinks.js'); |
|
⚫ |
importScript('User:Mr.Z-man/autopatrol.js'); |
|
⚫ |
importScript('User:Splarka/ajaxrecentchanges.js'); |
|
|
|
|
⚫ |
importScript('User:Doug/closemfd.js'); |
|
|
importScript('User:King of Hearts/closexfd.js'); |
|
|
|
|
|
importScript('User:MZMcBride/delete.js'); |
|
|
|
|
|
importScript('User:ais523/editcount.js'); |
|
|
|
|
|
importScript('User:Mr.Z-man/hideClosedAFD.js'); |
|
|
importScript('User:Animum/urlparameters.js'); |
|
|
|
|
|
/**** quick image delete ****/ |
|
importScript('User:Howcheng/quickimgdelete.js'); |
|
importScript('User:Howcheng/quickimgdelete.js'); |
|
|
|
|
|
importScript('User:AWeenieMan/furme.js'); |
|
importScript('User:Splarka/sysopdectector.js'); |
⚫ |
importScript('User:AzaToth/twinkle.js'); |
|
|
|
|
|
|
|
|
|
|
// <nowiki> |
|
// <nowiki> |
|
|
if(window.Twinkle) { |
⚫ |
importScript('User:AzaToth/morebits.js'); |
|
|
importScript('User:Ioeth/friendlywelcome.js'); |
|
importScript('User:MBisanz/twinkleoptions.js'); |
|
⚫ |
} |
⚫ |
importScript('User:Ioeth/friendlyshared.js'); |
|
|
|
|
⚫ |
importScript('User:Ioeth/friendlytag.js'); |
|
|
|
importScript('User:MBisanz/tabs.js'); |
|
|
|
|
|
|
|
//] |
|
//] |
|
importScript('User:Animum/easyblock.js'); |
|
importScript('User:Animum/easyblock.js'); |
Line 29: |
Line 48: |
|
importScript('User:ais523/editcount.js'); |
|
importScript('User:ais523/editcount.js'); |
|
importScript('user:js/watchlist.js') |
|
importScript('user:js/watchlist.js') |
|
|
|
|
FriendlyConfig = { |
|
|
summaryAd : " using ]", |
|
|
topWelcomes : false, |
|
|
watchWelcomes : false, |
|
|
markWelcomesAsMinor : true, |
|
|
insertHeadings : true, |
|
|
welcomeHeading : "== Welcome ==", |
|
|
insertUsername : true, |
|
|
insertSignature : true, |
|
|
quickWelcomeMode : "auto", |
|
|
quickWelcomeTemplate : "Welcome", |
|
|
maskTemplateInSummary : true, |
|
|
markSharedAsMinor : true, |
|
|
groupByDefault : true, |
|
|
watchTaggedPages : false, |
|
|
markTaggedPagesAsMinor : true |
|
⚫ |
}; |
|
|
|
|
|
FurMeConfig = { |
|
|
actionOnSubmit : 'diff', |
|
|
cleanAmazonURLs : true, |
|
|
furmeLocation : 'tab', |
|
|
imageRemovalMethod : 'comment', |
|
|
linkFreeLogo : true, |
|
|
openAllArticles : false, |
|
|
openArticleMode : 'none', |
|
|
renameMethod : 'ifd', |
|
|
scrollerMax : 10, |
|
|
scrollerSkipDone : true, |
|
|
watchMyEdits : false, |
|
|
windowHeight : 660 |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Line 73: |
Line 56: |
|
//First loads |
|
//First loads |
|
//Helper tools |
|
//Helper tools |
|
⚫ |
mw.loader.load('https://en.wikipedia.org/search/?title=User:AuburnPilot/Addtabs/monobook.js' |
|
document.write('<script type="text/javascript" src="' |
|
|
⚫ |
+ '&action=raw&ctype=text/javascript'); |
⚫ |
+ 'http://en.wikipedia.org/search/?title=User:AuburnPilot/Addtabs/monobook.js' |
|
⚫ |
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); |
|
|
////////////////////// |
|
////////////////////// |
|
|
|
|
|
// Admin tools |
|
// Admin tools |
|
⚫ |
mw.loader.load('https://en.wikipedia.org/search/?title=User:Mr.Z-man/adminnolupin/monobook.js' |
|
document.write('<script type="text/javascript" src="' |
|
|
⚫ |
+ '&action=raw&ctype=text/javascript'); |
⚫ |
+ 'http://en.wikipedia.org/search/?title=User:Mr.Z-man/adminnolupin/monobook.js' |
|
⚫ |
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); |
|
|
|
|
|
|
//END |
|
//END |
Line 93: |
Line 74: |
|
{ |
|
{ |
|
watchlist_tab(); |
|
watchlist_tab(); |
|
block_check(); |
|
|
} |
|
} |
|
//END VOA Stuff |
|
//END VOA Stuff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
importScript('User:Tra/sidebartranslate.js'); //] |
|
|
|
|
⚫ |
importScript('User:Gimmetrow/fixRefs.js'); |
|
|
|
|
|
importScript('Misplaced Pages:WikiProject_User_scripts/Scripts/CloseAFD.js'); |
|