I hate so much the thing in Firefox where if a tab is playing music and you click to bring it up and you accidentally click on the giant "music playing" icon, it mutes the tab and does not bring the tab up
It is the kind of thing that would make me want to fork the browser¹ to change it
If Firefox weren't giving me reasons to fork the browser already
¹ You can use custom css to remove this button, but I'm not sure if you can make it noninteractive this way.
I want to fork every program I use just to change the one button I don't like
@mcc I'm guessing this should make it non-interactive:
button {
pointer-events: none;
}
@Tijn Hm. Would that make it pass on the click to the underlying tab tho?
@mcc Really? Personally I love this feature 😆 Though I understand it's frustrating if you don't want it
@mcc I support this motion. Misclicked the mute tab button on meetings many times while switching between tabs.
@mcc I want to fork every program I use to remove the 90% I don't use and make the other 10% more streamlined and accessible. And I want to make it possible for everyone to do that.