this post was submitted on 19 Aug 2025
50 points (82.9% liked)

Firefox

20804 readers
45 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

I don't want a PLAY MUTE PAUSE not even a CLOSE button. Especially NOT when they have their own internal state for then they choose to appear and disappear.

I don't want to pay attention to them, I don't want to have to look for them, I don't want them getting in my way any more.

If I want to close a tab, I middle click it ! I already have global mute controls, I don't need an extra volume control, I don't have "tabs making unwanted sounds" problem because I have "Go To Sound Tab" addon installed, so I can easily find any tabs that makes sound and mute it correctly, without a extra, unneeded layer of muting (tab muting, versus app muting versus player muting, that is too many muting options, I don't want to use tab muting personnally so I want these buttons out of here !)

I don't want to have to rely on running violentmonkey script engine on top of my already sluggish browser when I barely have 6615 open tabs.

I want to disable the feature at the root, inside firefox, not patch up webpages like dark reader does.

AAAAAaaaaaaaaaaaahhhhhh h!!!!!!

you are viewing a single comment's thread
view the rest of the comments
[–] SSUPII@sopuli.xyz 49 points 1 week ago* (last edited 1 week ago) (3 children)

Firefox is meant to be usable by people that have no idea what a middle click or an addon is. You are the exception, not the majority

Menu > Help > More troubleshooting information > Profile Folder > Open Folder

Edit your userChrome.css file:

.tab-close-button.close-icon {display:none !important;}
.tab-audio-button {display: none !important;} 
[–] Valso@lemmy.ml 1 points 2 days ago (1 children)

I've always wondered how to remove the audio button, so I'll use your code - thanks!

I don't suppose you know of any CSS to permanently disable the picture-in-picture mode for all websites?

[–] SSUPII@sopuli.xyz 1 points 2 days ago* (last edited 2 days ago) (1 children)

You have no need for CSS for that, you can disable it in settings.

  1. Click the menu button and select Settings.
  2. In the General panel, scroll down to the Browsing section.
  3. Clear the check mark for Enable picture-in-picture video controls.

If a website directly invokes the Firefox PiP API (like Whatsapp Web) the button might still appear as it is added by the website, not the browser. For any website that instead don't invoke it (most websites), it will disappear as the browser was fully in control of it.

[–] Valso@lemmy.ml 1 points 1 day ago

I've disabled it long ago and yet it keeps popping up on FB, YT and all other websites. Clearly "disabled" on Firefox means nothing, so... CSS.

[–] UnfortunateShort@lemmy.world 6 points 1 week ago (1 children)

There should be a simpler solution to this tbf. Plasma had the exact same thing going on with their mute-app-buttons and their solution was a toggle for people who tend to missclick. I believe Chromium has one as well, at least Brave does for sure

[–] interdimensionalmeme@lemmy.ml 1 points 1 week ago

It also doesn't work, because it's a patch, rather than turning off the whole system, so it gets overriden
I have the fix implemented and still