Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Removing top tabs from browser

  • 1 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 9 ნახვა
  • ბოლოს გამოეხმაურა zeroknight

I use an addon to display my tabs in a tree on the side of the screen. As such, the horizontal tabs at the top of the screen are unnecessary, and I would like to remove them.

I've tried to follow a few other guides on how to do this, without success. I've created a userChrome.css file in the "chrome" folder of my active Firefox profile. It currently looks like this:

  1. tabbrowser-tabs {

visibility: collapse !important; min-height: 0 !important; }

tab{ display:none!important; }

However, the tabs remain. I've tried a few other permutations of these rules. I've made sure to save the text file and restart firefox multiple times. It also persisted across a PC restart.

What am I doing wrong?

I use an addon to display my tabs in a tree on the side of the screen. As such, the horizontal tabs at the top of the screen are unnecessary, and I would like to remove them. I've tried to follow a few other guides on how to do this, without success. I've created a userChrome.css file in the "chrome" folder of my active Firefox profile. It currently looks like this: #tabbrowser-tabs { visibility: collapse !important; min-height: 0 !important; } tab{ display:none!important; } However, the tabs remain. I've tried a few other permutations of these rules. I've made sure to save the text file and restart firefox multiple times. It also persisted across a PC restart. What am I doing wrong?

ყველა პასუხი (1)

Make sure toolkit.legacyUserProfileCustomizations.stylesheets is set to true in about:config.

Enable the system titlebar and add the following to userChrome.css:

#TabsToolbar {
  display: none !important;
}

გამოსადეგია?

დასვით კითხვა

უნდა შეხვიდეთ ანგარიშზე პასუხის დასაწერად. გთხოვთ, დასვათ ახალი შეკითხვა, თუ ჯერ არ გაქვთ ანგარიში.