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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* To use this in your own user CSS, you can copy and adapt this to your
   Special:MyPage/common.css or meta:Special:MyPage/global.css.
   If you like it as-is, you can simply @import (transclude) it by putting
   the following at the TOP of either of those user CSS pages:
    @import url("https://meta.wikimedia.org/w/index.php?title=User:SMcCandlish/denoise.css&action=raw&bcache=1&maxage=86400&ctype=text/css");
   including the trailing ";". All @import directives must come before other
   CSS directives.
*/
/* Get rid of obnoxious warnings */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#editpage-head-copywarn, .editpage-head-copywarn,
.editnotice_BLP_editintro, .ve-ui-mwSaveDialog-license
{ display: none !important; }

/* Get rid of tedious noob boilerplate */
#category-namespace-editnotice, #footer-info-copyright, #sitesub, .edithelp,
.posteditwindowhelplinks, #footer-icons, .ve-ui-mwSaveDialog-summaryLabel
{ display: none !important; }

/* Save space */
:templatesUsed ul, :templatesUsed li {
	display: inline;
	padding-right: 5px;
}