Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

All Replies (2)

more options

Helpful?

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;

}

Helpful?

प्रश्न पूछें

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.