MediaWiki:Vector-2022.js

Revision as of 09:21, 8 November 2025 by Karl (talk | contribs) (fixing the last edit)

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
$(function() {
    // create body overlay
    $('body').children().wrapAll('<div class="mw-body-overlay"></div>');

    // create object just for packground
    $('.mw-body-overlay').prepend('<div class="custom-background"></div>');
    $('.custom-background').css({'height': $('.mw-body-overlay').outerHeight()});
});