User:Mr.Z-man/monobook.js

From Wikipedia, the free encyclopedia
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:Animum/easyblock.js]]
importScript("User:Animum/easyblock.js");
 
//close AFD
 
importScript('User:Mr.Z-man/closeAFD2.js');
 
// see Wikipedia:Tools/Navigation popups
importScript('User:Smith609/toolbox2.js');
 
// Normally features are enabled
var toFix = true;
 
// In special pages, histories and previews disable them
if (mw.config.get('wgCanonicalNamespace') == "Special" || /*
*/ location.href.indexOf('&action=history') != -1 || /*
*/ location.href.indexOf('&action=submit') != -1)
toFix = true;
 
//
popupRedlinkRemoval = toFix;
popupFixRedirs = toFix;
popupFixDabs = toFix;
 
//DYKcheck tool
importScript('User:Shubinator/DYKcheck.js');
 
importScript('User:Pyrospirit/metadata.js');
 
importScript('User:Pyrospirit/metadata/assesslinks.js');
 
//[[User:Dr pda/editrefs.js]]
importScript('User:Dr pda/editrefs.js');
 
//[[User:Splarka/dabfinder.js]]
importScript('User:Splarka/dabfinder.js');