Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important: Update Your Firefox Scripts for Firefox 136 Compatibility #396

Open
onemen opened this issue Feb 8, 2025 · 2 comments
Open

Comments

@onemen
Copy link
Owner

onemen commented Feb 8, 2025

Firefox 136 introduces changes to module imports, which break legacy extensions and scripts.

To ensure compatibility, please update your Firefox Scripts to the latest version.

You can download the updated files from the following links:
Configuration files
Utils

For detailed installation instructions, please refer to the documentation.

NOTE
If you're using other user scripts (typically .uc.js files), you'll need to update those as well to maintain compatibility with Firefox 136.

@onemen onemen pinned this issue Feb 8, 2025
@halt76
Copy link

halt76 commented Mar 3, 2025

"about:addons - Plugins" is a blank.

BootstrapLoader.js Line 42
It seems to work if you change "addon.__AddonInternal__.optionsType" to "addon.__AddonInternal__?.optionsType".

@117649
Copy link
Contributor

117649 commented Mar 4, 2025

"about:addons - Plugins" is a blank.

BootstrapLoader.js Line 42
It seems to work if you change "addon.AddonInternal.optionsType" to "addon.AddonInternal?.optionsType".

xiaoxiaoflood/firefox-scripts#343 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants