User:Di gama/monobook.js

Hello, you have come here looking for the meaning of the word User:Di gama/monobook.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Di gama/monobook.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Di gama/monobook.js in singular and plural. Everything you need to know about the word User:Di gama/monobook.js you have here. The definition of the word User:Di gama/monobook.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Di gama/monobook.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
// Based on ]
if (wgAction != 'edit' && wgCanonicalNamespace != 'Special')
{
   var highlightRedirects = {
      tab_redirects : null,

   addStylesheetRule : function(tag, style) {
      var ss = document.styleSheets;
      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');
      highlightRedirects.addStylesheetRule('a.mw-redirect:visited', 'color:darkgreen');
   }
};
 
//
// Hook up installation function
//
$(highlightRedirects.run);
}