-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've made an updated userChrome.css file to hide the annoying muted text and icon based on #1 that works on Firefox 96. This removes the muted text and icon from normal and pinned tabs. You can still tell whether a tab is muted by right-clicking on it and checking whether "Mute tab" or "Unmute tab" is shown.
Edit: don't use this code, use the updated version instead.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tab-icon-overlay[muted], .tab-icon-sound[muted], .tab-secondary-label[muted], .tab-icon-sound-muted-label {
display: none !important;
}
.tab-content .tab-icon-image, .tab-throbber[busy] {
opacity: 1.0 !important;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels