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!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Hiding or Collapsing Top Tab Bars

  • 2 Antworten
  • 2 haben dieses Problem
  • 6 Aufrufe
  • Letzte Antwort von cor-el

more options

Hello, I was just wondering if there was a way to remove the top open tabs bar on the browser. I am currently using the tree style tabs and was hoping to just use that and remove the visual clutter from the top.

Respectfully, Henry Bazan

Hello, I was just wondering if there was a way to remove the top open tabs bar on the browser. I am currently using the tree style tabs and was hoping to just use that and remove the visual clutter from the top. Respectfully, Henry Bazan

Alle Antworten (3)

more options

You have to provide a screenshot of which part of the question your asking? Otherwise others reading will not know what your asking about.

Geändert am von Dropa

more options

Hello,

I have the same issue. We want to remove the tabs from the top bar. I added an image for clarity. https://imgur.com/a/nhYBRU7

Anyway, the problem seemed resolved here: https://support.mozilla.org/en-US/questions/1297983#question-reply

But the issue was archived, and the userChrome.css they use is not working now. Yes, I have ```toolkit.legacyUserProfileCustomizations.stylesheets => True. ```

I think they changed the relevant attributes. It is absurd that this is not easier to achieve and that even the workaround doesn't last 2 years. Jeez.

more options

Current release place new items like the Firefox View button on the Tab bar what can cause older code in userChrome.css from hiding (collapsing) the Tab bar. You can use customize mode to remove those other items from the Tab bar.

#TabsToolbar { display:none!important; }