WofWca

Results 297 issues of WofWca

Idk if we need one since the extension kind of just works. Or does it? If anyone has ideas, please share. https://extensionworkshop.com/documentation/develop/onboard-upboard-offboard-users/

Do we implement it? Can't we support both? Chrome says they're deprecating V2 at the end of 2022. * https://blog.mozilla.org/addons/2019/09/03/mozillas-manifest-v3-faq/ * https://discourse.mozilla.org/t/blog-post-mozillas-manifest-v3-faq/44608 * https://github.com/uBlockOrigin/uBlock-issues/issues/338 * https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/

At least some basic, smoke-test level stuff. This should make things a little easier for new contributors. Unit tests would be easier to implements, but I think end-to-end / Selenium...

Maybe. Using dynamic imports makes us have to add `web_accessible_resources`: https://github.com/WofWca/jumpcutter/blob/81b4e507b68d9f7c50e90161326edc65038ae28c/src/manifest.json#L26-L30, which is not ideal, as I heard: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/web_accessible_resources#security It's also a little dangerous to not have the import URL...

TODO: * [ ] See the notes and TODOs in the code

See the comments. This may (although rarely) cause major confusion.