Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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: