User:Steven Crossin/monobook old.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. |
Documentation for this user script can be added at User:Steven Crossin/monobook old. |
//My main stuff
//
importScript('User:Rami_R/rfppClerk.js');
importScript('User:Animum/massdelete.js');
importScript('User:Mr.Z-man/rollbackSummary.js');
importScript("User:Drilnoth/delresized.js");
importScript('User:John254/mass rollback.js');
importScript('User:Splarka/ajaxbatchundelete.js');
importScript('User:Splarka/ajaxmassrollback.js');
importScript('User:Steven_Zhang/links.js'); //
importScript('User:Ale_jrb/Scripts/igloo.js'); // [[User:Ale_jrb/Scripts/igloo]]
importScript('User:Mr.Z-man/patrollinks.js');
importScript('User:TheDJ/qui.js');
importScript('User:Shubinator/DYKcheck.js');
importScript('User:Ais523/votesymbols.js'); //Adding vote symbols
importScript('User:Superm401/Compare link.js'); //Compare Button to link
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter'); //The format tab
importScript('Wikipedia:WikiProject User scripts/Scripts/Watchlist since'); //Watchlist since
importScript('Wikipedia:WikiProject User scripts/Scripts/Add edit section 0'); //Edit section 0 link
importScript('User:Magnus Manske/LinkFixr.js'); //Adding link fixer to toolbox
importScript("User:Mr.Z-man/moverevert.js"); //Move Reverts (Revert moves)
importScript('User:TheDJ/Gadget-HotCat.js'); //HotCat (cat thing bottom)
importScript('User:Gracenotes/amelvand.js'); //Quick revert in diffs
importScript('User:Mr.Z-man/patrollinks.js'); //Newpage patrol links in list
importScript('User:ais523/editcount.js'); //Awsome contribs edit counter
importScript('User:AWeenieMan/furme.js'); //Furme
importScript('User:Timotheus Canens/spihelper.js');
importScript('User:AWeenieMan/furmeScroller.js'); //Furme scroll (not a clue)
importScript('User:Jnothman/afd_helper/script.js'); //AFD helper
importScript('User:Animum/liveclock.js'); //Add date and time to the personal menu
importScript('User:Betacommand/Spam.js'); //rm google and myspace
importScript("User:Betacommand/compare.js"); //User Socks Compare
importScript('User:Henrik/js/live-edit-counter.js'); //For those few people that use the UB
importScript('User:Sceptre/wordcount.js'); //A word count?
importScript('User:Sceptre/rfa.js'); //Some RFA stuff?
importScript('User:Sceptre/redirect.js'); //Something to do with redirects?
importScript('Wikipedia:WikiProject User scripts/Scripts/Replace'); //Replace?
importScript('User:Krimpet/CH2.js');
importScript('User:AzaToth/morebits.js');
importScript('User:Jnothman/afd_helper/script.js');
importScript('User:AWeenieMan/furme.js');
importScript('User:Thetrick/tfd helper/script.js');
importScript('User:Mr.Z-man/closeAFD.js');
importScript('User:Timotheus Canens/afchelper4.js');
importScript('User:Digitalme/aiv.js');
importScript('User:Cameltrader/Advisor.js');
importScript('User:Sander Säde/quickpreview.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Revert tools');
importScript('Wikipedia:WikiProject User scripts/Scripts/RBL check');
importScript('User:Steven Zhang/otherstuff.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Search links');
importScript('User:Ais523/stubtagtab.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs');
importScript('Wikipedia:WikiProject User scripts/Scripts/Show last diff');
importScript('User:Macys123/FastButtons.js');
importScript('User:Gerbrant/edit/linksInDiff.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs');
importScript('User:TheJosh/Scripts/NewPagePatrol.js');
importScript('User:TheJosh/Scripts/RecentChangesPatrol.js');
importScript('User:Steven Zhang/reftools.js');
importScript('User:Rjd0060/global.js');
importScript('User:Steven Zhang/revertall.js');
importScript('User:MBisanz/standard.js');
mw.loader.load('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
//Configuration for CSDHelper
var overwriteDeclineReasons = true;
var notifyByDefaultDel = false;
var notifyByDefaultDec = false;
var notifyByDefaultPrd = false;
var notifyByDefaultNew = false;
var redirectAfterDel = wgServer + '/wiki/' + wgPageName;
var myDeclineListing = '%CRITERION%: %REASON%';
var myDeclineSummary = 'Decline speedy - %REASON%';
var myDeclineSummarySpecial = 'Decline speedy - %REASON%';
var logOnDecline = true;
var logOnDeclinePath = 'User:Steven Zhang/List of declined speedies';
importScript('User:SoWhy/csdreasons.js'); // Set of custom decline and delete reasons
// End configuration
//====================================== POPUPS
// [[User:Lupin/popups.js]]
mw.loader.load('https://wiki.riteme.site/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript');
popupDelay=1.5;
popupHideDelay=0;
popupStructure='original'; //fancy, fancy2
popupSubpopups=false;
popupOnEditSelection=false;
popupAdminLinks=true;
popupFixRedirs=true;
popupFixDabs=true;
imagePopupsForImages=false;
popupMaxWidth=500;
popupRevertSummaryPrompt=true;
//
////////END
//DONE SCRIPTS
importScript('User:Ais523/watchlistnotifier.js'); //Watchlst notify (top)
importScript('User:Ale_jrb/Scripts/csdhelper.js');