MediaWiki

Mtwforeground.js

From MusicTechWiki

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
$('li#ca-formedit a').prepend('<div class="drop-icon"><i class="fa fa-check-square-o fa-fw"></i></div>')

$(document).ready(function(){
   (function(d, w) {
      if (w.self == w.top) {
     $('#navwrapper').css('display', 'block');
     $('#actions-button').css('display', 'block');
     $('#catlinks').css('display', 'block');
     $('#firstHeading').css('display', 'block');
     $('#namespace-label').css('display', 'inline-block');
      }
   }(document.documentElement, window));
});