xiaoxiaoflood
xiaoxiaoflood
I don't know _subscript tabmixplus_. In fact, UCJS in subfolders were loaded in previous version, but I've removed this feature to simplify the code and because I don't see the...
Your AddonsPage.uc.js has compatibility restricted to alice0775's userChrome.js, as you can see by some references to `userChrome_js`, which inexist in my updated [userChrome.jsm](https://github.com/xiaoxiaoflood/firefox-scripts/blob/master/chrome/utils/userChrome.jsm). For instance, `userChrome_js.scripts` now is `_uc.scripts`. But...
Thank you for reaching out. I believe no code in this repo sets pref in content process, but it's good to know anyway.
Actually I'm not. I was, at the time I took that screenshot, but shortly after that, some change in Fx broke the script and I was too lazy to fix...
Thanks. I just upgraded to Fx 104 and as for now only two extensions needed minor changes (DTA! and QuickFox Notes), everything else still work at first sight. Later I'll...
Next Fx ESR (v102) will be released [in less than a week](https://wiki.mozilla.org/Release_Management/Calendar) so maybe it's not worth a proper fix. As for now there are multiple ways to fix this....
Yes, thanks, but my reasoning is as follows: Waterfox don't need these files to install legacy extensions, they are natively supported. These file are required by Firefox users who want...
Or better. Since signing bypass is only required for loading legacy extensions, I can simply move the code away from `config.js` and put it in `BootstrapLoader.jsm`. Done in 2bf4334a604ef2184657ed1ddf512bbe0cd7c63c.
@onemen It always worked for me. It's working in Fx 104 DevEd and also in 102 release. BootstrapLoader.jsm runs very early. It would only be a issue for bootstrapLoader.xpi, but...
Hi, Thank you for gently coming here to discuss a way to not break our scripts/extensions even though they aren't officially supported by Mozilla. I really appreciate it. :blush: >...