Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterhartree/275c4bcddc8eb3fe563f5dbb59a27d68 to your computer and use it in GitHub Desktop.
Save peterhartree/275c4bcddc8eb3fe563f5dbb59a27d68 to your computer and use it in GitHub Desktop.
Firefox hide pinned tab title change notification dot
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* Completely hide the "title changed" notification dot on pinned tabs */
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged] {
background-image: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment