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.
/* Hide "Mark all pages visited" button in Watchlist
*/
#mw-watchlist-resetbutton {display:none !important}

/* Get rid of the ugly black circle icon next to "Help" link
* in upper right corner [indicator space] of some pages (most
* notably "Watchlist", "Revision history" and "Recent changes")
*/
#mw-indicator-mw-helplink a {background-image:none}

/* On "Recent changes" pages, a note from Captain Obvious:
* 'Track the most recent changes to the wiki on this page.'
* (or 'This is a list of recent changes to Wikipedia.' @en)
*/
body.mw-special-Recentchanges div.mw-specialpage-summary p
	{display:none}

/* On edit preview, a box that says "Remember that this is
*  only a preview. Your changes have not yet been saved!"
*/
.previewnote .warningbox {display:none}

/* At the top of diff pages, buttons to switch between
*  "Wikitext" and "Visual" types of diff
*/
.ve-init-mw-diffPage-diffMode {display:none}