Last active
February 22, 2024 09:30
-
-
Save mortalis13/afa3530873a7b4c5daeacf837549b8d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -- 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