搜索 | 用户支持

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

Learn More

how to disable tab search

  • 1 个回答
  • 1 人有此问题
  • 114 次查看
  • 最后回复者为 cor-el

more options

With a large number of open tabs, an arrow appears to quickly switch between tabs, is it possible to disable it somehow? I would like all open tabs to fit on one line.

With a large number of open tabs, an arrow appears to quickly switch between tabs, is it possible to disable it somehow? I would like all open tabs to fit on one line.
已附加屏幕截图

被采纳的解决方案

You can possibly set the browser.tabs.tabMinWidth pref to 50 (50 is the minimum for this pref) to have more tabs open before the tab manager button appears.

  • about:config => browser.tabs.tabMinWidth = 50

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

There is also browser.tabs.tabmanager.enabled to enable the tab manager always and to show also pinned tab in the drop-down list.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

You can possibly set the browser.tabs.tabMinWidth pref to 50 (50 is the minimum for this pref) to have more tabs open before the tab manager button appears.

  • about:config => browser.tabs.tabMinWidth = 50

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

There is also browser.tabs.tabmanager.enabled to enable the tab manager always and to show also pinned tab in the drop-down list.