
Mozilla introduced a new Unified Extensions button in Firefox 109. The Extension button, part of Manifest v3, allows managing extension permissions. In Firefox 111, the organization has removed the about: config pref that let users disable the Extensions button. Don’t worry, but still, you can remove it from the Firefox toolbar, here is how that can be done.
There could be plenty of reasons for users to hate the Extensions button, here are some.
Reasons to dislike the Extensions button:
- The extensions button can’t be customized.
- It doesn’t allow pinning extensions to the overflow menu.
- You can’t hide specific extensions in the Extension button.
- You can’t move the Extensions button itself to the Overflow menu.
Extensions button on Firefox Toolbar
There could be more. Mozilla can’t satisfy everyone running Firefox out there.
But. the firm has well thought out the extensions button UI before shipping with Firefox 109.
But users don’t have control over its placement or customization as of now.
How to remove the Firefox Extensions button from the Toolbar
- Launch Firefox
- Visit about:config in the address bar and press enter
- select the checkmark and click “Accept the risk and continue”
- Copy and paste the following pref and change its value to true to customize Firefox using CSS code.
toolkit.legacyUserProfileCustomizations.stylesheets
- Click on menu
- Select Help > More Troubleshooting information
- Click “open folder” for Profile
- Right-click and browser for New and select Folder to create a New Folder, name it chrome
create chrome folder - Now, open notepad and paste the following code
#unified-extensions-button{width: 3px;
padding-inline: 0 !important
}
#unified-extensions-button > .toolbarbutton-icon {
width: 0 !important;
} - Save it as userchrome.css
- Copy and put the file in the chrome folder we created just now.
userchrome css file in chrome folder - Close and reopen Firefox, Extensions button aka unified Extensions button is gone. You can able to manage installed extensions in the Add-ons manager.
This may not be the intuitive solution.
Note: The above method of removing the Firefox Extensions button from the toolbar using CSS is in no way recommended, use and follow at your own risk.
If you can use extensions in Firefox after the above method, well and good, if not, go ahead and reinstate the Extensions button on the toolbar again.
Restore Extensions button in Firefox
- Open Firefox
- visit about:support in address bar and press enter
- Open the Firefox Profile folder using the option provided on the page.
- Locate and delete the chrome folder and userchrome.css file we created earlier in Profile and restart Firefox. All your extensions will be visible under the Extensions button.
Mozilla is currently working to make the Extensions button more customizable. Let us hope soon you can able to move the Extensions button to the Overflow menu like others.
What’s your take on this? Let us know in the comments below.
Summary: Mozilla added the Extensions button with Firefox 109. The company removed the about: config pref that disables the same in Firefox 111. Unhappy users with the Unified Extensions button are desperate to find a way to get rid of it. In this article, we shared instructions on how to remove the Extensions button from the Firefox toolbar using CSS code.
That’s only half of what needs to be fixed. They ALSO removed the “overflow menu” and we still need to get that back.
Bring back the Overflow Menu! This is a much bigger deal to me than 1 more icon of clutter; the customizable overflow made it possible to manage the clutter of only being allowed 1 toolbar!
No way to bring that back yet… I do not think they notice their community forums; I’ve tried 3 versions of that and this last time I kind of gave up after migrating from feeling ignored the last 2 community feedback systems were redone. Popular topics seem to get ignored; then they reboot the community again.
I’m running Firefox 111.0.1 and the Overflow toolbar button and menu are still there.
About removing the Extensions button :
I see no benefit of doing so and only drawbacks.
Say you have an add-on’s button in your toolbar.
You UNCHECK ‘Pin to toolbar’ for that toolbar button.
That toolbar button will be moved to the Extension’ Menu
If you’ve hidden the Extensions button you have NO access to the Extensions menu.
You won’t be able to restore the add-on’s button which is now in the Extensions menu
Not to mention that several add-ons’ buttons are set to be placed in the extensions menu when installed for the first time.
So :
– Overflow toolbar button and menu still available on Firefox 111
– Extensions toolbar button should NOT be hidden given the implications
– I preferred as well the old Overflow button/menu logic, but unavoidable at this time. Would require I guess a dedicated userChromeJS script.
This script no longer seems to work after 111.01
doesn’t work.