| Aside from the privacy / philosophy / openness / counterweight-to-monopolization-of-the-Web angles which Yoric mentioned, you might find we're actually better than Chrome in some areas. Often small things, but I find I prefer the feel of Firefox to Chrome. - If you do frontend work, our CSS grid inspector is unparalleled https://developer.mozilla.org/en-US/docs/Tools/Page_Inspecto... - Firefox has built-in tracking protection (https://nakedsecurity.sophos.com/2017/11/12/firefox-to-offer...) - Powerful add-ons like Tree Style Tab make managing large numbers of tabs much easier (https://addons.mozilla.org/firefox/addon/tree-style-tab/) - Our WebAssembly performance tends to be better - We should have better resource utilization when you have many tabs open - You can mute audio on a page clicking the little speaker icon in the tab If you want to contribute to the DevTools themselves, they're built using standard web technologies: HTML/JS, React/Redux, etc. https://github.com/devtools-html/ |
Although I don't know if chrome has this on by default nowadays as I turned it on so long ago.
But mute audio on per tab via speaker icon is available in chrome as well.
in chrome://flags/
* Tab audio muting UI control
If enabled, you can mute/unmute per tab via doing same thing.