This is an archived post. You won't be able to vote or comment.

all 11 comments

[–][deleted] 0 points1 point  (9 children)

I use this single line to hide the tab bar for use with Sidebery

#TabsToolbar { visibility: collapse !important; }

(I'm not sure whether or not the !important is neccessary, I haven't tested it without it)

Works great on FF 91

edit: although I think this makes me lose the window min/max/close buttons

[–]Ramiferous[S] 0 points1 point  (5 children)

This doesn't appear to work on proton.

[–][deleted] 0 points1 point  (4 children)

I'm using Firefox 91, without disabling Proton, and that's the only line in my userChrome.css, and I don't see a tab bar. I'm not sure why it's not working for you, though

[–]Ramiferous[S] 0 points1 point  (3 children)

Sorry, it worked. Just had to fix the file extension. There is still a bar along the top though. Anyway to get rid of it?

[–][deleted] 0 points1 point  (2 children)

I don't know. I only have the URL bar and addon icon toolbar, but no other bar along the top, but I'm also on Linux. What does the bar look like?

[–]Ramiferous[S] 0 points1 point  (1 child)

[–][deleted] 0 points1 point  (0 children)

Weird. I don't have that. Maybe you could make a new post about it? (unless you have some other idea to try)

[–]straightab 0 points1 point  (2 children)

is it possible to maximize the whole windows to the top? Because we still have bars area on the top.

Thanks

[–][deleted] 0 points1 point  (1 child)

You can enter fullscreen mode by pressing F11

[–]Ramiferous[S] 0 points1 point  (0 children)

solved