Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js

MediaWiki interface page
Revision as of 08:56, 1 September 2023 by TheMysterys (talk | contribs) (Testing with style instead of class)

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.
/* Any JavaScript here will be loaded for all users on every page load. */

var footer = document.getElementsByClassName('citizen-footer__content')[0];
var ad = document.createElement("img");
ad.src = mw.util.getUrl("Special:Redirect/file/AD_hat.png");
ad.style.marginLeft = "auto";
ad.style.height = "10rem";
footer.append(ad);