Skip to content

Updated userChrome.css that hides the muted text and icon #11

@Anonymous941

Description

@Anonymous941

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions