חיפוש בתמיכה

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

hiding horizontal tabs

  • 2 תגובות
  • 1 has this problem
  • 20 views
  • תגובה אחרונה מאת cor-el

more options

I like to use tree tabs/vertical tabs add-ons, but one thing is interepting the experiance is that it's default tabs(horizontal) and i want to hide it but how?

I like to use tree tabs/vertical tabs add-ons, but one thing is interepting the experiance is that it's default tabs(horizontal) and i want to hide it but how?

כל התגובות (2)

more options

Hi

I do not believe that is possible at the currently time, but is something that may be considered for inclusion in a future update.

more options

You can use code in userChrome.css to hide the Tab bar if you only want to have the vertical tabs in the sidebar.

#TabsToolbar { display:none!important; }

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true