Closed lukaszpolowczyk closed 2 years ago
Why not Firefox Unbranded + WebExtensions Experiments?
https://webextensions-experiments.readthedocs.io/en/latest/basics.html https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/basics.html
about:config flags work in Firefox Unbranded:
about:config
xpinstall.signatures.required: false
extensions.legacy.enabled: true
With WebExtensions Experiments you can prepare your own API and use it in extensions.
You can even try to get your own version of Firefox, with this additional API built and with switched about:config flags.
Just a collection of scripts here. Not trying to create add-ons / web extensions.
Why not Firefox Unbranded + WebExtensions Experiments?
https://webextensions-experiments.readthedocs.io/en/latest/basics.html https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/basics.html
about:config
flags work in Firefox Unbranded:xpinstall.signatures.required: false
extensions.legacy.enabled: true
With WebExtensions Experiments you can prepare your own API and use it in extensions.
You can even try to get your own version of Firefox, with this additional API built and with switched about:config flags.