User:郊外生活/global.css

From Meta, a Wikimedia project coordination wiki

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 "other edits" in tag list */
.skin-vector .mw-tag-other-edits, /* Vector, Vector-2022 */
.skin-vector-legacy .mw-tag-other-edits, /* Vector (legacy) only */
.skin-minerva .mw-tag-other-edits, /* Minerva */
.skin-monobook .mw-tag-other-edits, /* Monobook */
.skin-timeless .mw-tag-other-edits /* Timeless */
{
    display: none;
}