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.
// 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');