We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
"about:addons - Plugins" is a blank.
BootstrapLoader.js Line 42 It seems to work if you change "addon.__AddonInternal__.optionsType" to "addon.__AddonInternal__?.optionsType".
addon.__AddonInternal__.optionsType
addon.__AddonInternal__?.optionsType
Sorry, something went wrong.
"about:addons - Plugins" is a blank. BootstrapLoader.js Line 42 It seems to work if you change "addon.AddonInternal.optionsType" to "addon.AddonInternal?.optionsType".
BootstrapLoader.js Line 42 It seems to work if you change "addon.AddonInternal.optionsType" to "addon.AddonInternal?.optionsType".
xiaoxiaoflood/firefox-scripts#343 (comment)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: