this post was submitted on 10 Mar 2025
14 points (100.0% liked)

Firefox

19025 readers
378 users here now

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

founded 5 years ago
MODERATORS
 

This is what I mean

I found these answers, this is WAY too hard.

https://support.mozilla.org/en-US/questions/1341555

https://old.reddit.com/r/FirefoxCSS/comments/p485un/how_to_disable_the_audio_playing_icon/

Is there an easier solution ? To turn off these play/pause/mute button that I keep click on accidentally ? I already have good controls with "Find sound tab" audio addon and I don't need this

you are viewing a single comment's thread
view the rest of the comments
[–] Flagstaff@programming.dev -3 points 2 days ago* (last edited 2 days ago) (2 children)

You shouldn't be navigating by mouse in the first place, though. Either of these methods works:

  • Use Ctrl+Tab/Ctrl+Shift+Tab/Ctrl+PgUp or PgDn
  • Type "% " in the omnibar (note the space) and start typing any part of the name of the tab you want to jump to (like the name of the video), then hit Tab and then Enter

You can use AutoHotkey or some other tool on your OS of choice to map these to more ergonomic alternatives if that may be easier (for example, I mapped Ctrl+Q to "Ctrl+L, % " to invoke the second way automatically). I can help with AutoHotkey code if you'd like, in !ahk@programming.dev.

If you have that many tabs that it's difficult to avoid the buttons, then you may like this second method anyway, since that tab-jumping method makes it totally needless to visually track which tabs are where in the tab strip. You could have a hundred tabs and not know where they are; just use "% " and part of the tab's name to jump to it.

TL;DR: I couldn't figured out how to hide those interactive buttons either, haha.

[–] interdimensionalmeme@lemmy.ml 2 points 1 day ago (1 children)

I use mouse4/5 to next/prev/close tabs and tab manager plus for management.

But I still need to click one tabs sometimes because spatially that is sometimes the most convenient way for me to say "that one"

And also sometimes selecting a group of specific tabs to do a mass operation on them.

And the problem is some of these tabs have annoying unexpected buttons that I don't want to have keep track of and press accidentally.

[–] Flagstaff@programming.dev 1 points 6 hours ago

Gotcha, yeah... These are use cases that my approach definitely doesn't address. Hmm. All I can think of is splitting off these groups of tabs into separate windows so that the buttons have more clickable space between them.