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

more options

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)

more options

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.

more options

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

more options

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

more options

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.