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.
// Twinkle - [[WP:TW]]
importScript('User:AzaToth/twinkle.js');
if( typeof( TwinkleConfig ) == 'undefined' ) TwinkleConfig = {}; // DO NOT REMOVE THIS LINE - ALL TWINKLE SETTINGS AFTER THIS
TwinkleConfig.watchWarnings				=	false;
TwinkleConfig.showSharedIPNotice			=	false;
TwinkleConfig.watchProdPages				=	true;
TwinkleConfig.summaryAd				=	' ([[WP:TW|TW]])';
TwinkleConfig.watchRevertedPages			=	[ ];
TwinkleConfig.watchSpeedyPages				=	[ 'g5', 'g10', 'g12'	];

// Friendly - [[WP:FRIENDLY]]
importScript('User:Ioeth/friendly.js');
if( typeof( FriendlyConfig ) == 'undefined' ) FriendlyConfig = {}; // DO NOT REMOVE THIS LINE - ALL FRIENDLY SETTINGS AFTER THIS
FriendlyConfig.enableClock			=	false;
FriendlyConfig.summaryAd			=	" ([[WP:FRIENDLY|Friendly]])";
FriendlyConfig.watchTaggedPages		=	false;
FriendlyConfig.watchWelcomes			=	false;

// Recent Changes feed
importScript('User:Lupin/recent2.js');

// Navigation popups, heavily modified.
importScript('User:Lupin/popups.js');
simplePopups='true'
popupStructure='nostalgia'
popupDelay=1.5

// Closes AfDs (temporarily disabled)
// importScript('User:Mr.Z-man/closeAFD.js');

// Allows the use of a rollback summary (similar to Twinkle's rollback)
importScript('User:Gracenotes/rollback.js');
rollbackSummaryDefault = "[[WP:RBK|Reverted]] edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last version by $1";

// Instant unwatch, right from the watchlist
importScript('user:js/watchlist.js');

// Contributions filter - hide top contribs
importScript('User:Markhurd/hidetopcontrib.js')

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