Add-on to replace Menu Mod or Menu Wizard
I was a long-time user of Menu Mod and did not update Firefox for years because it was phased out after V56. Now that I have updated to the newest version of Firefox, I cannot find a replacement for Menu Mod. Google recommends Menu Wizard but, that add-on has also been phased out. What add-on will allow users to edit the Firefox menus? And if there is not one, why? I am really regretting updated Firefox because of this.
Chosen solution
Hi, with the introduction of WebExtensions in Firefox, it is unfortunately no longer possible to use extensions to make changes to Firefox's User Interface. However you can do it with userChrome.css. It's a bit of a learning curve but not that difficult to master. There is a lot of info on how to do it on this site https://www.userchrome.org/what-is-userchrome-css.html
There is also a dedicated Reddit site where you can ask for the code needed to make specific changes here https://old.reddit.com/r/FirefoxCSS/
Note: Using a pre WebExtensions version of Firefox is NOT recommended because it will be less secure and some sites may not be compatible: Install an older version of Firefox
If your question is resolved by this or another answer, please help other users by marking the best reply as Solved. Thank you!
Read this answer in context 👍 0All Replies (2)
Chosen Solution
Hi, with the introduction of WebExtensions in Firefox, it is unfortunately no longer possible to use extensions to make changes to Firefox's User Interface. However you can do it with userChrome.css. It's a bit of a learning curve but not that difficult to master. There is a lot of info on how to do it on this site https://www.userchrome.org/what-is-userchrome-css.html
There is also a dedicated Reddit site where you can ask for the code needed to make specific changes here https://old.reddit.com/r/FirefoxCSS/
Note: Using a pre WebExtensions version of Firefox is NOT recommended because it will be less secure and some sites may not be compatible: Install an older version of Firefox
If your question is resolved by this or another answer, please help other users by marking the best reply as Solved. Thank you!
Thank you, Scribe. It may take some time but, I will give it a try. I haven't programmed anything in years.