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.
//[[User:Mr.Z-man/refToolbar.js]]
importScript('User:Mr.Z-man/refToolbar.js'); 

//Twinkle javascript tools
importScript('User:AzaToth/twinkle.js');

//used to change my status at top right
importScript('User:Xenocidic/statusChanger2.js'); 

//welcome and tag articles
importScript('User:Ioeth/friendly.js');

//lupin's recent changes filter 
importScript('User:Lupin/recent2.js');

//[[User:Lupin/autoedit.js]]
importScript('User:Lupin/autoedit.js'); 

//box in toolbox for new pages
importScript('User:TheJosh/Scripts/NewPagePatrol.js'); 

//use to close afds
importScript('Wikipedia:WikiProject User scripts/Scripts/CloseAFD.js'); 

//hides closed
importScript('User:Mr.Z-man/hideClosedAFD.js'); 

//another afd
importScript('User:Mr.Z-man/closeAFD.js');

//highlights redirects
importScript('User:Dschwen/highlightredirects.js');

//add a contribs tab to user
importScript('User:JeremyMcCracken/contribstab.js');

//AfC helper script
importScript ('User:Henrik/js/afc-helper.js');

//for comparing histories of two editors, useful for finding socks
importScript('User:Alex Smotrov/histcomb.js');

//shows user rights and block status
importScript('User:Splarka/sysopdectector.js');

//mass rollback
importScript('User:John254/mass rollback.js');

//rollback summary
importScript('Mr.Z-man/rollbackSummary.js');

//[[user:js/markZeroEdits]]: highlight zero size collapsed edits
if ((wgCanonicalSpecialPageName=='Watchlist') || (wgCanonicalSpecialPageName=='Recentchanges'))
 importScript('user:js/markZeroEdits.js');

//fair use helper
importScript('User:AWeenieMan/furme.js');