-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi Waldi,
Did you hear of Waldemar Matuska?. He was popular in Czechoslovakia.
Thank you for Auto Mute. May I suggest, please:
- 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.
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels