Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

list all tabs button not showing

  • 3 Antworten
  • 37 haben dieses Problem
  • 6 Aufrufe
  • Letzte Antwort von monkeypunch

more options

I had to do a reinstall of firefox last night. and i don't know if the button was showing before but it sure isn't right now. when i go into customize mode the "list all tabs" button shows but out of customize mode the button completely disappears.. how can i get the button to show?

I had to do a reinstall of firefox last night. and i don't know if the button was showing before but it sure isn't right now. when i go into customize mode the "list all tabs" button shows but out of customize mode the button completely disappears.. how can i get the button to show?

Ausgewählte Lösung

You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.


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

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


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

#tabbrowser-tabs ~ #alltabs-button { visibility: visible #important; }
Diese Antwort im Kontext lesen 👍 11

Alle Antworten (3)

more options

Ausgewählte Lösung

You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.


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

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


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

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

I usually have a lot of tabs and tab groups open so I never noticed it was removed until now. I opened a new tab group to open some tabs from my notebook and I noticed this was missing. Even worse is the "Tabs From Other Computers" option is no longer on the drop down list. I found it under history, which is an odd place to put it. This creates extra steps for accessing tabs from other computers. Someone needs to remind the Firefox developers they're supposed to improve things with new releases.

more options

@Jimnms - Same here. I can't find the tab groups button and when it does show up it doesn't show the "Tabs from other computers"

Please don't hide the button and please don't remove the "Tabs from other computers" option (took me long enough to find it in the first place).