Skip to content

Instantly share code, notes, and snippets.

@mortalis13
Last active February 22, 2024 09:30
Show Gist options
  • Save mortalis13/afa3530873a7b4c5daeacf837549b8d0 to your computer and use it in GitHub Desktop.
Save mortalis13/afa3530873a7b4c5daeacf837549b8d0 to your computer and use it in GitHub Desktop.
/* -- For Profile/chrome/userChrome.css -- */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide tracking and security icons in address bar */
#tracking-protection-icon-container {
animation: none !important;
}
#tracking-protection-icon-container {
display: none;
}
#identity-box {
display: none;
}
/* Colored bookmarks */
#PlacesToolbarItems > .bookmark-item[container][label="Project" i] {
background: #f7e6e6 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment