Skip to content

Maki #1

@peter-lyons-kehl

Description

@peter-lyons-kehl

Hi Waldi,

Did you hear of Waldemar Matuska?. He was popular in Czechoslovakia.

Thank you for Auto Mute. May I suggest, please:

  1. could you update https://addons.mozilla.org/en-US/firefox/addon/auto-mute description with something like:

With most/all tabs muted, the "muted" icon next to each tab is consuming extra space, it's visually noisy and it hides/replaces the site icon.

Remedy: Hide "muted" icon unless a tab is currently playing sound.

How? Unfortunately, this can't be done by this (or any) extension. You need to manually create "userChrome.css" file with the following content:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tab-icon-overlay:not([soundplaying]) {
display: none;
}
.tab-icon-image:not([soundplaying]) {
opacity: 1 !important;
}

Save that file in "chrome" folder right under your Firefox profile folder. To locate that, open Firefox special URL about:support and see "Profile Directory". See also https://www.reddit.com/r/FirefoxCSS.

  1. if/when you are at it, could you update https://addons.mozilla.org/en-US/firefox/addon/auto-mute to have this Github as the Homepage and Support page?

Thank you for considering.

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