Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

list all tabs button not showing

  • 3 одговорa
  • 37 има овај проблем
  • 6 прегледа
  • Последњи одговор послао 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?

Изабрано решење

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; }
Прочитајте овај одговор са објашњењем 👍 11

Сви одговори (3)

more options

Одабрано решење

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).