Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I turn off tabs in firefox quantum?

  • 2 replies
  • 1 has this problem
  • 9 views
  • Last reply by Tonnes

more options

I was very upset on updating to firefox quantum to see that I could not disable tabbed browsing. How can you do this in the new firefox? To anticipate responses: For all those who are as arrogant as the google chrome developers and say that opposition to tabs is legacy behaviour they do not want to support, I can only express my disgust. The tab bar takes up valuable screen real estate. If you have a visual impairment and need magnified text, losing the pixels really hurts easy browsing.

I was very upset on updating to firefox quantum to see that I could not disable tabbed browsing. How can you do this in the new firefox? To anticipate responses: For all those who are as arrogant as the google chrome developers and say that opposition to tabs is legacy behaviour they do not want to support, I can only express my disgust. The tab bar takes up valuable screen real estate. If you have a visual impairment and need magnified text, losing the pixels really hurts easy browsing.

All Replies (2)

more options

I have not tried it, but the No Tabs add-on appears to do part of what you want, it forces Firefox to use windows instead of tabs.

https://addons.mozilla.org/firefox/addon/no-tabs/

The other part is hiding the tab bar. I believe that currently it is not possible though Mozilla are working on a way to allow extensions to hide the tab bar. (I'm sure somebody will correct me if I am wrong about that)

more options

In case the add-on does not hide tabs: you can add a css rule in a <profile folder>/Profiles/chrome/userChrome.css file (source and instructions: here.) @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#TabsToolbar { visibility: collapse !important; } This at least hides the tab strip (tested), other references such as menu options and setting will be left unchanged.

For what it’s worth: I doubt if disabling the tab strip and all of its related features could be switched off in pre-57 versions.

Let us know if you need further assistance.