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.
mw.loader.load('/w/index.php?title=User:Js/6tabs-vector.js&action=raw&ctype=text/javascript');
mw.loader.load( '/w/index.php?title=User:Enterprisey/diff-permalink.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/diff-permalink.js]]
mw.loader.load( '/w/index.php?title=User:Enterprisey/cv-revdel.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]
mw.loader.load( '/w/index.php?title=User:Enterprisey/sync-template-sandbox.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/sync-template-sandbox.js]]

// Prevent duplicate "watch page" access key when editing
$(function(){
	var wgAction = mw.config.get('wgAction');
	if (['edit', 'editredlink', 'submit'].indexOf(wgAction) !== -1) {
		$('#ca-unwatch, #ca-watch').find('a').removeAttr('accesskey');
	}
});