Conversation

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.

4
1
1

I want to fork every program I use just to change the one button I don't like

2
0
0

@mcc I'm guessing this should make it non-interactive:

button {
pointer-events: none;
}

1
0
0

@Tijn Hm. Would that make it pass on the click to the underlying tab tho?

1
0
0

@erin @Tijn okay this is very important and i really hope i have not forgottten this conversation by the time i have time to act on it

0
0
0
@mcc there is an open issue about this for several years. Drives me crazy!
0
0
0

@mcc Really? Personally I love this feature 😆 Though I understand it's frustrating if you don't want it

0
0
0

@mcc I support this motion. Misclicked the mute tab button on meetings many times while switching between tabs.

0
0
0

@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.

1
0
0