• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to get rid off the red 'x' button on Firefox's tab bar?

screw3d

Diamond Member
I know Tabbrowser Extensions can do this but there are issues with it that I won't touch.

Is there a tweak/extension somewhere that does this?
 
Do you have multiple tabs opened?

If not, go to tools -> options -> advanced

and check next to browsing -> hide tab bar when only one website is open.
 
Originally posted by: Beau
Do you have multiple tabs opened?

If not, go to tools -> options -> advanced

and check next to browsing -> hide tab bar when only one website is open.

I'm not trying to hide the bar.. just the red 'x' button on the right of the tab bar 🙂
 
So don't do that. 😉

Seriously, you should learn the keyboard accelerators. Much faster IMO. Ctrl-Tab to move through the tabs, Ctrl-W to close the active tab (or active window), and Ctrl-T to open a new tab. No mousing required, and no worries about the little red box! 🙂
 
Why do you want to do this?
It's his decision.
So don't do that.
That's not solving his problem. He wants to use the mouse, and it's annoying him.



The best way to do this is to edit userchrome.css (in the chrome directory of your profile folder - create it if it doesn't exist - note this is userchrome.css and not usercontent)... add:
.tabs-closebutton {display:none !important}
 
you can have it warn when you click on that with multiple tabs open. very useful.

ert... wrong red x 😱
 
Originally posted by: CTho9305
Why do you want to do this?
It's his decision.
So don't do that.
That's not solving his problem. He wants to use the mouse, and it's annoying him.



The best way to do this is to edit userchrome.css (in the chrome directory of your profile folder - create it if it doesn't exist - note this is userchrome.css and not usercontent)... add:
.tabs-closebutton {display:none !important}

Thank you! :beer:

Originally posted by: jgbishop
So don't do that. 😉

Seriously, you should learn the keyboard accelerators. Much faster IMO. Ctrl-Tab to move through the tabs, Ctrl-W to close the active tab (or active window), and Ctrl-T to open a new tab. No mousing required, and no worries about the little red box! 🙂

I already know these shortcuts and do use them.. it's just that when the red button and the tabs are just like milimeters apart, sh1t does happen 😀
 
Back
Top