In recent versions of Ubuntu and particularly the upcoming 14.04LTS, I find that I prefer to not use tabs in Firefox, but rather use the app spread. So that's what I do. However, I haven't found a way to remove the tab bar from Firefox and it seems kind of pointless for every one-page window to have a tab bar containing only one tab. Sometimes, it also fools me into using the new-tab button from old habit, so it would really be quite useful to be able to remove that bar altogether.
You can use this add-on to hide the tab bar if there's only one tab in a window: https://addons.mozilla.org/en-US/firefox/addon/hide-tab-bar-with-one-tab/
Yes, you can do so by making a stylesheet yourself:
Create or modify
/home/your_name/.mozilla/firefox/profile_name/extensions/chrome/userChrome.css
. Paste these lines if you create the file:Only add
if you already have functional
userChrome.css
with first line already present.Notes:
Image before:
Image after:
I'd like to add to DK Bose's answer. You better use this
because if you turn off the display you are going to have problems with addons for sure. For example, Firegestures starts to throw errors at you if you try to manage tabs with it.