[Firefox 3.5] Any way to remove these tab bar items?


Recommended Posts

Hey,

I'm running FF RC3 on OSX.5.7 with the GrApple Crisp theme. I want to remove the New Tab button and the List All Tabs button from the tab bar, does anyone know how to do it?

Thanks.

post-61366-1246265119.png

I can't get it to work, I guess I'm not editing the file correctly. Can you copy/paste exactly what you typed in the userChrome.css file or just show a screenie of what your userChrome.css file looks like.

If you use the Stylish extension try this one...

http://userstyles.org/styles/16902

Or if you don't I think adding this:

.tabs-alltabs-button { display: none !important; }

to your userChrome should do the trick. Just putting it as it's own line at the bottom should work I think.

Ahh, thanks guys working now. I was editing the file incorrectly. I've had to add an extra line to remove the "container" for the List All Tabs button.

.tabs-alltabs-button { display: none !important; }

.tabs-container > stack { display: none !important; }

.tabs-newtab-button { display: none !important; }

The first line removes the List All Tabs button. The second line removes the "container" around the button and the third line removes the New Tab button. :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.