We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

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

详细了解

Schaltfläche "Alle Tabs auflisten" Wo oder Wie?

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

more options

Ich finde die Schaltfläche "Alle Tabs auflisten" nicht, sonst könnte ich darauf klicken und "einen Tab in der Auswahlliste auswählen".

Wo ist die Schaltfläche "Alle Tabs auflisten"?

Wie kann ich sie erzwingen?

Ich finde die Schaltfläche "Alle Tabs auflisten" nicht, sonst könnte ich darauf klicken und "einen Tab in der Auswahlliste auswählen". Wo ist die Schaltfläche "Alle Tabs auflisten"? Wie kann ich sie erzwingen?

被采纳的解决方案

Google Translate


List All Tabs Where or How?

I can not find the "List All Tabs" button, otherwise I could click on it and "pick a tab in the pick list".

Where is the "List All Tabs" button?

How can I force it?


Separate Security Issue, please update your Flash 10.0 r45 & Flash 26.0 r0 by removing the conflicting and vulnerable things with this tool : https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Flash Player Version: 30.0.0.134 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .)

This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

Please let us know if this solved your issue or if need further assistance.

定位到答案原位置 👍 0

所有回复 (3)

more options

选择的解决方案

Google Translate


List All Tabs Where or How?

I can not find the "List All Tabs" button, otherwise I could click on it and "pick a tab in the pick list".

Where is the "List All Tabs" button?

How can I force it?


Separate Security Issue, please update your Flash 10.0 r45 & Flash 26.0 r0 by removing the conflicting and vulnerable things with this tool : https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Flash Player Version: 30.0.0.134 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .)

This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

Please let us know if this solved your issue or if need further assistance.

more options

"This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

Please let us know if this solved your issue or if need further assistance."

Thank you very much for your answer! Yes, with addon "all-tabs-helper" it works.

But I had understood from firefox helppage, that one can see an "All tabs list" from the normal firefox menu …

joachim

more options

Firefox by default only shows the "List All Tabs" button when there are that many tabs open that you get the scroll buttons.


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


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

/* LIST-ALL-TABS - always visible */
#tabbrowser-tabs ~ #alltabs-button {visibility:visible!important}

It is not that difficult to create userChrome.css if you have never used it.

The first step is to open the "Help -> Troubleshooting Information" page and find the button to access the profile folder.

You can find this button under the "Application Basics" section as "Profile Folder -> Open Folder". If you click this button then you open the profile folder in the Finder application. You need to create a folder with the name chrome in this folder (name is all lowercase). In the chrome folder you need to create a text file with the name userChrome.css (name is case sensitive). In this userChrome.css text file you paste the text posted.

You need to close and restart Firefox when you create or modify the userChrome.css file.