crazzyyfool Posted June 29, 2009 Share Posted June 29, 2009 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. Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/ Share on other sites More sharing options...
Miuku. Posted June 29, 2009 Share Posted June 29, 2009 Perhaps this might give you some hints: http://forums.mozillazine.org/viewtopic.php?p=5081095 Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206422 Share on other sites More sharing options...
trag3dy Posted June 29, 2009 Share Posted June 29, 2009 Remove New Tab Button addon for removing the new tab button. Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206432 Share on other sites More sharing options...
MrFuji Posted June 29, 2009 Share Posted June 29, 2009 Just tried it with the very same theme and it works :) Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206440 Share on other sites More sharing options...
crazzyyfool Posted June 29, 2009 Author Share Posted June 29, 2009 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. Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206466 Share on other sites More sharing options...
trag3dy Posted June 29, 2009 Share Posted June 29, 2009 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. Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206506 Share on other sites More sharing options...
crazzyyfool Posted June 29, 2009 Author Share Posted June 29, 2009 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. :) Link to comment https://www.neowin.net/forum/topic/790782-firefox-35-any-way-to-remove-these-tab-bar-items/#findComment-591206530 Share on other sites More sharing options...
Recommended Posts