//---- Config options for ] ----
// 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 = false;
popupRedlinkRemoval = toFix;
popupFixRedirs = toFix;
popupFixDabs = toFix;
popupRedirAutoClick = wpSave;
popupMaxWidth = 600;
popupThumbAction = linkfull;