|
|
|
|
|
by Animats
3229 days ago
|
|
Only about 20% of Firefox add-ons have been converted to WebExtension format. One of the headaches is that access to local storage is asynchronous (in the "promise" sense) in WebExtensions. As a result, if you want something based on stored data such as a stored script or a blocklist to happen early, during page load, you can't get it to run soon enough. This breaks Greasemonkey[1] and NoScript.[2] WebExtensions needs some extensions for them to work. The new features appear to be coming, but represent divergence from cross-platform WebExtensions, and they may not be working in the release version before the XUL death date. Fortunately, my own add-on didn't need anything that isn't working yet, so I had a successful port. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1332273
[2] https://blog.mozilla.org/addons/2017/08/01/noscripts-migrati... |
|
Also take into account how many Chrome extensions are ported over now that it's easy. For example, the only extension I use that won't get ported over is VimFx, but Vimium has now become available which does exactly the things I used VimFx for.