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.
// importScript('User:Dr_pda/editrefs.js'); //[[User:Dr_pda/editrefs.js]]
// importScript('User:Smith609/toolbox.js');
// importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
// popupFixDabs=true;
// importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]

// var SegregateRefsJsAllowConversion = true;
mw.loader.load( '/w/index.php?title=User:PleaseStand/segregate-refs.js&action=raw&ctype=text/javascript', 'text/javascript' );

/*
* Will pop-up a confirmation dialog when rollback link is clicked from Watchlist.
* Hit the "cancel" button if you had clicked Rollback accidentally and the edit will not be reverted.
* 'User:Zvn/confirmwatchlistrollback.js');
*/
if (mw.config.get("wgCanonicalSpecialPageName") === "Watchlist") jQuery(function ($) {
	$(".mw-rollback-link a").click(function (event) {
		if (confirm("Are you sure you want to rollback this edit?")) return;
		event.preventDefault();
	});
});

importScript( 'User:Shubinator/DYKcheck.js' ); // Backlink: [[User:Shubinator/DYKcheck]] - see options

importScript( 'User:Bellezzasolo/Scripts/arb.js' ); // Backlink: [[User:Bellezzasolo/Scripts/arb]]