Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

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“.

Weitere Informationen

How can I display the bookmarks bar only when using a new tab?

  • 11 Antworten
  • 20 haben dieses Problem
  • 27 Aufrufe
  • Letzte Antwort von justinhustles

more options

Just like with Chrome. I don't want my bookmarks always displaying whenever I'm on a webpage. Just on a new tab.

Just like with Chrome. I don't want my bookmarks always displaying whenever I'm on a webpage. Just on a new tab.

Ausgewählte Lösung

Hmm, you have a whole new profile named f8iudjlk.chrome?? I'm not sure why...

I will assume your normal profile folder -- where all your "live" data is -- is qh3dt33j.default.

In the qh3dt33j.default folder, create an ordinary new folder named chrome and then move the userChrome.css file into that chrome folder.

(Sorry I don't know the details of how to do things on Finder... I expect a Macbook for the holidays and will know more in a couple weeks.)

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (11)

more options

Currently this can be customized by using userChrome.css. Add the following lines to the file,

@-moz-document url("chrome://browser/content/browser.xul") {

 .tab-close-button:not([pinned]) {
   display: -moz-box !important;
 }

}

This is courtesy of the post, https://www.reddit.com/r/firefox/comments/6yvi2j/yet_another_collection_of_addons_to_imitate_tab/

more options

To make sure I understand, this css file I just created is to go into this folder?

more options

That code won't help with displaying the Bookmarks Toolbar. This CSS code is about displaying a close button on each tab.

more options

Then how do I change make bookmarks only show when I open a new tab?

more options

You may want to look at this thread from the subreddit FirefoxCSS:

https://www.reddit.com/r/FirefoxCSS/comments/7evwow/show_bookmarks_toolbar_only_on_new_tab/

If you've never created a userChrome.css file before, see:

https://www.userchrome.org/how-create-userchrome-css.html

Does it work the way you want?

more options

How does this look? I saved everything, restarted Firefox, and I'm not seeing any changes

more options

Ausgewählte Lösung

Hmm, you have a whole new profile named f8iudjlk.chrome?? I'm not sure why...

I will assume your normal profile folder -- where all your "live" data is -- is qh3dt33j.default.

In the qh3dt33j.default folder, create an ordinary new folder named chrome and then move the userChrome.css file into that chrome folder.

(Sorry I don't know the details of how to do things on Finder... I expect a Macbook for the holidays and will know more in a couple weeks.)

more options

That worked. Thank you so much!!

more options

And now the bookmarks bar is gone.

more options

Can you make sure it is enabled on the toolbars list? Either:

  • right-click (on Mac Ctrl+click) a blank spot on the tab bar (or the "+" button)
  • (menu bar) View > Toolbars
    On Windows, tap the Alt key to activate the menu bar temporarily.
  • in Customize mode > Show/Hide Toolbars (see: Customize Firefox controls, buttons and toolbars)

To turn on the Bookmarks Toolbar, Menu Bar, or other bars, click it on the list.

If it's already enabled, possibly the rule does not work because the title has changed for some reason (the rule works by monitoring the title bar).

more options

Oh not sure how that got hidden. Works now. Thanks!