搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Show pinned tabs in a drop down menu?

  • 4 个回答
  • 0 人有此问题
  • 32 次查看
  • 最后回复者为 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.