Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

List all tabs and extension buttons in toolbar

  • 2 ответа
  • 0 имеют эту проблему
  • Последний ответ от ThePillenwerfer

more options

Firefox version 131 introduced a new list all tabs button to the toolbar which cannot be removed like the previous one by adjustment in about:config.

This works:

https://www.reddit.com/r/firefox/comments/1fu19hs/how_to_remove_the_list_all_tabs_button_introduced/

Trouble is I have already removed the extension button using this method:

https://www.reddit.com/r/FirefoxCSS/comments/11un3a4/firefox_111_how_to_completely_remove_the/?rdt=53720

The system will not accept another userchrome file in the Profile folder - trying to do this it will only accept a replacement.

Does anyone know how to get rid of BOTH of these annoying buttons?

Firefox version 131 introduced a new list all tabs button to the toolbar which cannot be removed like the previous one by adjustment in about:config. This works: https://www.reddit.com/r/firefox/comments/1fu19hs/how_to_remove_the_list_all_tabs_button_introduced/ Trouble is I have already removed the extension button using this method: https://www.reddit.com/r/FirefoxCSS/comments/11un3a4/firefox_111_how_to_completely_remove_the/?rdt=53720 The system will not accept another userchrome file in the Profile folder - trying to do this it will only accept a replacement. Does anyone know how to get rid of BOTH of these annoying buttons?

Выбранное решение

You simply put all the required tweaks in a single userChrome file, ie:—

#alltabs-button {

  display: none !important; 

}

#unified-extensions-button {

  width: 3px;
  padding-inline: 0 !important

}

#unified-extensions-button > .toolbarbutton-icon {

   width: 0 !important;

}

Прочитайте этот ответ в контексте 👍 0

Все ответы (2)

more options

Полезно?

more options

Выбранное решение

You simply put all the required tweaks in a single userChrome file, ie:—

#alltabs-button {

  display: none !important; 

}

#unified-extensions-button {

  width: 3px;
  padding-inline: 0 !important

}

#unified-extensions-button > .toolbarbutton-icon {

   width: 0 !important;

}

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.