Bewertungen für Webseiten standardmäßig stummschalten
Webseiten standardmäßig stummschalten von abba23
68 Bewertungen
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14090712, vor 7 JahrenWorks perfectly......love it.....has helped so much.
- Bewertet mit 5 von 5 Sternenvon sudowtf, vor 7 Jahreninnovative whitelist feature; THANKS!
maybe the reverse could be a thing too (all unmuted except blacklist) -- it would look like this:
white list = always UNmuted.
blacklist = always muted.
everything else(default action): we select option as either muted or unmuted.
this would give us maximum flexibility. - Bewertet mit 5 von 5 Sternenvon MMF, vor 7 JahrenGreat! Originally thought that the speaker icon was enabled by this plugin: "I am only missing an option to remove the speaker icon as it gets hard to hit that in pinned or small tabs!"
The speaker icon is enabled by Firefox and is independent of this plugin. You can disable it via "browser.tabs.showAudioPlayingIcon" in the Firefox settings!
Also thanks to abba23 for responding in a helpful manner :)Antwort des Entwicklers
geschrieben am vor 7 JahrenUnfortunately the speaker icon is part of Firefox' mute functionality and appears automatically. As far as I know, it's not yet possible to disable it using WebExtensions.
You could hide it yourself though by adding something like this
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab :-moz-any(.tab-icon-sound,.tab-icon-overlay[muted]) {
display: none;
}
to your userChrome.css (https://www.userchrome.org). - Bewertet mit 5 von 5 Sternenvon baltimore-recyclers, vor 8 JahrenIt's a minor thing if your are going down the highway, and as you get a near a town you start seeing billboards.
But what if instead, your nice tunes on the stereo got interrupted with blaring advertisements?
It's a damn shame, but that's what the internet has become with all of the advertisement spending.
Thanks, very much, for developing and posting this add-on. It should be a Firefox default. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 12654240, vor 8 JahrenIt is frustrating and embarrassing when Bloomberg blasts audio in a quiet shared office setting. This add-on mutes all sites by default until they're added to the whitelist. Clicking on the unmute icon on the tab adds the site to a whitelist. Some sites like YouTube are expected to always play audio and adding those sites to the whitelist makes a lot of sense. While stopping video from playing is nice to have, muting audio from playing is a MUST HAVE productivity tool. Love it! Highly recommend.
This message is not a paid advertisement. It is my personal endorsement towards how helpful this add-on is to me. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13848490, vor 8 JahrenEssential addon, could we block domains without needing www. infront? Would love to block autoplay vids too
Antwort des Entwicklers
geschrieben am vor 8 JahrenBlocking audio on specific subdomains could be useful for some people, so I'd rather not remove that feature. It might be a good idea though to add some way to block audio for the whole domain (*.example.com) or specific pages (example.com/example). I will have a look at that.
Blocking autoplay videos is actually pretty difficult, because as far as I know, you basically have to implement it separately for every player/website, which is a lot of work, prone to breaking on changes, and difficult to maintain. That's not really something I plan on doing. A workaround might be disabling media.autoplay.enabled in about:config, which disables autoplay on all sites. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13788488, vor 8 JahrenNice and simple. Does the job.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13456114, vor 8 JahrenDe todos los que he probado, es el que mas se ajusta a mis necesidades.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13674736, vor 8 JahrenThis should be a default feature on Firefox
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13256801, vor 8 JahrenEndlich eine Möglichkeit unerwünschte Sounds stumm zu schalten.
Eine einfache, aber geniale Idee! - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13499382, vor 8 JahrenI HATE (!) pages that play unasked sound. Thank you for this important addon.
- Bewertet mit 5 von 5 Sternenvon Jilles, vor 8 JahrenSeems to work as advertised. I'd love for it to have the ability to prevent html5 movies from playing as well unless whitelisted.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13081131, vor 8 JahrenUsing in Firefox Nightly 58.0a1, working beautifully. No more blaring audio from some webpage. Thank you!