Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Add-on to replace Menu Mod or Menu Wizard

  • 2 svar
  • 1 har detta problem
  • 222 visningar
  • Senaste svar av jackmummert

more options

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.

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.

Vald lösning

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!

Läs svaret i sitt sammanhang 👍 0

Alla svar (2)

more options

Vald lösning

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!

more options

Thank you, Scribe. It may take some time but, I will give it a try. I haven't programmed anything in years.