Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//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://en.wikipedia.org/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');