Mute sites by default 的评价
Mute sites by default 作者: abba23
7 条评价
- 评分 4 / 5来自 Firefox 用户 18662579, 5 个月前Please allow users to configure the addon to let us see website favicons rather than the speaker icon on muted tabs. The speaker icons complicate multi-tab browsing.
- 评分 4 / 5来自 Catboy Bebop, 2 年前Only thing that could make this better is if it could mute/unmute sites based on if a certain audio device (such as headphones) are connected or not. Granted, I'm on Windows, so I don't know if that'd work on other OSes, but it'd be nice to have.
- Perfect!!
There seems to have been a surge these days, in my country at least, of websites, even professional ones relating to stuff like financial services, etc., to have a "May I help you?" kinda helper bots pop up with an audible ding every time you access their webpages. It gets very tedious after a while.
This add-on is exactly what I needed! Well done, developer! Having a whitelist means I can easily and permanently unmute websites like youtube, etc.
My one nitpick is that there should be an option to hide the muted audio icon on each and every tab that is open. Someone like me who has tens of tabs open at a given time, it can look very crowded. I hope the developer take this into consideration for a future update. Else, perfect!
EDIT: I noticed that Developer has replied to another review regarding the audio icon, and suggested editing the userchrome.css to achieve the same. While this worked for me in regular tabs, it did not remove the icons from pinned tabs. Maybe developer can help me in this regard.开发者回应
发布于 7 年前Sorry, but I'm not an expert on the userchrome.css stuff and this isn't exactly the right place for support requests, especially if they aren't directly related to the addon (i.e. I can't do anything about it by changing the addon's code).
That said, I'm not sure why the workaround I suggested below doesn't work for pinned tabs as it should. People on the Mozilla Support Forum (https://support.mozilla.org/en-US/questions) could probably help you with that though.
Edit:
I found this with a short Google search and it seems to work:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tab-icon-overlay[muted], .tab-icon-sound[muted], .tab-icon-overlay[soundplaying], .tab-icon-sound[soundplaying] {
display: none !important;
}
I also added this to the corresponding issue on the Github repository for future reference (https://github.com/abba23/mute-sites-by-default/issues/1#issuecomment-385339727).