FF 143 - some userChromeJS scripts disappeared / some not working
FF 143 - userChromeJS scripts disappeared / not working:
1. Disappeared: about_button.uc.js restart_button.uc.js
2. Not working: MinMaxClose Button
Help?
Where are you getting "about_button.uc.js" and "restart_button.uc.js" from? I don't see where to download them.
Could you zip and upload those scripts because I have my own that still work but they're probably coded differently.
Where are you getting "about_button.uc.js" and "restart_button.uc.js" from? I don't see where to download them.
Could you zip and upload those scripts because I have my own that still work but they're probably coded differently.
Actually from another repo, I should check there... https://github.com/Aris-t2/CustomJSforFx/tree/master/scripts
Actually from another repo, I should check there... https://github.com/Aris-t2/CustomJSforFx/tree/master/scripts
Aris will probably fix those quick enough but these work the same, they're just coded differently:
The MinMaxClose Button from xiaoxiaoflood's script page is still working for me on 145.0.
Found a fix there 🙏
ChromeUtils.importESModule("resource:///modules/CustomizableUI.sys.mjs"); needed to be removed.
And the MinMaxClose Button from xiaoxiaoflood's script page is actually working for me too 😀
Thanks!
@momo1958 Can you share a working minMaxCloseButton.uc.js?
If a script (*.uc.js file) stop working check if updating the script header help
// @include main
+ // @include about:*
+ // @include chrome://devtools/content/.*
If a script (*.uc.js file) stop working check if updating the script header help
// @include main
- // @include about:*
- // @include chrome://devtools/content/.*
Tried but couldn't get that to work.
@Izheil provided an update to userChrome.js today and all of my scripts are back. Unfortunately I lost the Custom Buttons addon again. This is from a bug they finally fixed from 15 years ago. :-)
https://github.com/onemen/TabMixPlus/issues/494#issuecomment-3591761915