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.

mw.loader.load('/?title=User:Evad37/duplinks-alt.js&action=raw&ctype=text/javascript'); // Backlink: [[User:Evad37/duplinks-alt.js]]

if(mw.config.get('wgAction') != 'edit' && mw.config.get('wgCanonicalNamespace') != 'Special'){

	  var highlightRedirects = {

    tab_redirects : null,

    addStylesheetRule : function(tag, style){

      var ss = document.styleSheets0];

      if(ss.insertRule){

        ss.insertRule(tag + '{' + style + '}', ss.cssRules.length);

      } else if(ss.addRule){

        ss.addRule(tag, style);

      }

    },

    run : function(){

      highlightRedirects.addStylesheetRule('a.mw-redirect', 'color:green');

    },

    install : function(){

    with(highlightRedirects)

      {

      tab_redirects = addPortletLink ('p-cactions', 'javascript:highlightRedirects.run();', 'redirects');

      if(document.getElementById('ca-history')) 

        document.getElementById('ca-history').parentNode.appendChild(tab_redirects);

      }

    }

  };

addOnloadHook(highlightRedirects.install);

}



importScript('User:BrandonXLF/QuickEdit.js'); // [[User:BrandonXLF/QuickEdit.js]]



mw.loader.load('//en.wikipedia.org/?title=User:Wugapodes/Capricorn.js&action=raw&ctype=text/javascript');



importScript('User:Terasail/Edit Request Tool.js');