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

Show pinned tabs in a drop down menu?

  • 4 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 3 ნახვა
  • ბოლოს გამოეხმაურა noel_envode

I have a number of pinned tabs, which occupy a lot of space.

I'm looking for something like a drop down menu to the left of the tab bar for only pinned tabs, which would then eliminate there display on the tab bar. Kinda like a pinned tab bookmark button.

I'd prefer it on the tab bar, but I guess a toolbar button would do.

I have a number of pinned tabs, which occupy a lot of space. I'm looking for something like a drop down menu to the left of the tab bar for only pinned tabs, which would then eliminate there display on the tab bar. Kinda like a pinned tab bookmark button. I'd prefer it on the tab bar, but I guess a toolbar button would do.

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

The "List all tabs button" at the right end of the Tab bar should show all open tabs including pinned tabs if you have this button always enabled.


In Firefox 106+ by default browser.tabs.tabmanager.enabled = true on the about:config page and this makes the "List all tabs" (Tab Manager) button permanently visible on the Tab bar and also pinned tabs are included in its drop-down menu. This button can be moved to the left end of the Tab bar via customize mode.

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

cor-el said

The "List all tabs button" at the right end of the Tab bar should show all open tabs including pinned tabs if you have this button always enabled.

What I'm looking for is to "relocate" the pinned tabs to that drop down menu, whether it's on the tab bar or way of a toolabr button and free up that space it occupies on the tab bar.

ჩასწორების თარიღი: , ავტორი: noel_envode

You would have to use an extension that can hide tabs.

I found a workaround. In my userchrome.css

/* hide pinned tabs on tab barbar */ .tabbrowser-tab[pinned="true"] { display: none !important;}

Pinned tab now hidden in tab bar, but are still available in "List all tabs button" menu.

In case anyone's interested, I also have an about:addons pinned in there. Kinda makes up for no longer being available as it was before the puzzle button.