top | item 45464189

(no title)

jgtrosh | 5 months ago

The WM has no job being the browser, but yes we should be able to run firefox without tabs like it's surf (and stop doing part of the WM's job). But you cannot practically do that.

discuss

order

NoGravitas|5 months ago

> yes we should be able to run firefox without tabs like it's surf

Can't you? You used to be able to show the tab bar only when there was more than one tab; I guess that has disappeared?

You can do this: Put this code into your userChrome.css file:

#tabbrowser-tabs .tabbrowser-tab:only-of-type, #tabbrowser-tabs .tabbrowser-tab:only-of-type + #tabbrowser-arrowscrollbox-periphery { display: none !important; }

#tabbrowser-tabs, #tabbrowser-arrowscrollbox { min-height: 0 !important; }

argiopetech|5 months ago

Zen browser (which is derived from Firefox) does a really good job of making this the default (at the expense of mainly supporting vertical tab lists, which I've come to love).

prmoustache|5 months ago

just open new windows instead of tabs. Or am I missing something?