Window Icon
#168
-
Beta Was this translation helpful? Give feedback.
Answered by
filips123
Jun 15, 2022
Replies: 1 comment 1 reply
-
You can add this to @-moz-document url('chrome://browser/content/browser.xhtml') {
.tab-icon-image {
display: none !important;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xmha97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add this to
userChrome.css
: