Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 4 replies
  • 5 have this problem
  • 110 views
  • Last reply by 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!

Chosen solution

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

Read this answer in context 👍 2

All Replies (4)

more options

Chosen Solution

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: