notes/firefox_preferences/chrome/userChrome.css
2023-02-23 23:37:31 -08:00

8 lines
191 B
CSS

/* enable in about:config by setting true:
* toolkit.legacyUserProfileCustomizations.stylesheets*/
.urlbarView-favicon,
.tab-icon-image,
.tab-close-button {
display: none !important;
}