Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

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

Подробнее

Add-on to replace Menu Mod or Menu Wizard

  • 2 ответа
  • 1 имеет эту проблему
  • 310 просмотров
  • Последний ответ от 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.

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

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!

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

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

more options

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

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.