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!

搜索 | 用户支持

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

详细了解

MY "list all tabs" button disappeared, how do I get that back?

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

more options

I used to have a small arrow at the top right corner of my screen called "list all tabs" when I clicked on it it gave me a drop down list of all my open tabs. Somehow it disappeared & I don't know how to get it back I tried going into customize, but could not find it there either. Please help!

I used to have a small arrow at the top right corner of my screen called "list all tabs" when I clicked on it it gave me a drop down list of all my open tabs. Somehow it disappeared & I don't know how to get it back I tried going into customize, but could not find it there either. Please help!

被采纳的解决方案

This only shows up if you have enough tabs open. IIRC the default is 7.

Once you have more tabs they will not all display and you will get scroll arrows appearing that allow you to see the hidden tabs, and the small down arrow to show the drop down list.

If you do have a lot of tabs open but no arrow, try Firefox in its safemode

possibly you have some add-on interfering

定位到答案原位置 👍 2

所有回复 (4)

more options

选择的解决方案

This only shows up if you have enough tabs open. IIRC the default is 7.

Once you have more tabs they will not all display and you will get scroll arrows appearing that allow you to see the hidden tabs, and the small down arrow to show the drop down list.

If you do have a lot of tabs open but no arrow, try Firefox in its safemode

possibly you have some add-on interfering

more options

chayamatty said

I used to have a small arrow at the top right corner of my screen called "list all tabs" when I clicked on it it gave me a drop down list of all my open tabs. Somehow it disappeared & I don't know how to get it back I tried going into customize, but could not find it there either. Please help!

John99 said

This only shows up if you have enough tabs open. IIRC the default is 7. Once you have more tabs they will not all display and you will get scroll arrows appearing that allow you to see the hidden tabs, and the small down arrow to show the drop down list. If you do have a lot of tabs open but no arrow, try Firefox in its safemode possibly you have some add-on interfering
more options

Thanks a lot John!

more options

You can look at this extension:

You can also do this with code in userChrome.css or with Stylish.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userChrome.css file in the editor window
  • Make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the currently used Firefox profile folder: