firefox-scripts icon indicating copy to clipboard operation
firefox-scripts copied to clipboard

Unable to disable script manager from toolbar button

Open srjjgm opened this issue 9 months ago • 6 comments

The popup menu that opens when clicking the script manager button in the toolbar (#userChromejs_options) has a problem in version 137. All options work normally, except enable/disable userChromeJS. Clicking this option does nothing. It doesn't even appear "checked". But this option works normally in the Firefox menu button popup (hamburger).

Since there have been a lot of changes in the code recently, I may have done something wrong here, so I would like to know if anyone else is having this little problem.

srjjgm avatar Apr 06 '25 23:04 srjjgm

Now that you bring it up. I too have the same problem

TFWol avatar Apr 10 '25 20:04 TFWol

So there really is something wrong. It must be in the file rebuild_userChrome.uc.js. But it seems that almost no one uses it.

srjjgm avatar Apr 10 '25 21:04 srjjgm

There's a lot of things broken. I wish Mozilla would stop making so many drastic changes 😦

TFWol avatar Apr 11 '25 00:04 TFWol

The popup menu that opens when clicking the script manager button in the toolbar (#userChromejs_options) has a problem in version 137. All options work normally, except enable/disable userChromeJS. Clicking this option does nothing. It doesn't even appear "checked". But this option works normally in the Firefox menu button popup (hamburger).

Since there have been a lot of changes in the code recently, I may have done something wrong here, so I would like to know if anyone else is having this little problem.

Please try this: https://github.com/xiaoxiaoflood/firefox-scripts/blob/3fd04f8d05198eea7ead3575aa6e32155e322536/chrome/rebuild_userChrome.uc.js

Merci-chao avatar Apr 19 '25 05:04 Merci-chao

It worked perfectly. Thank you very much!

srjjgm avatar Apr 19 '25 15:04 srjjgm

Please try this: https://github.com/xiaoxiaoflood/firefox-scripts/blob/3fd04f8d05198eea7ead3575aa6e32155e322536/chrome/rebuild_userChrome.uc.js

Thanks for the fix. I've updated the download page to include this:

https://github.com/xiaoxiaoflood/firefox-scripts/issues/343

marty60 avatar Apr 19 '25 16:04 marty60