machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
205 stars 13 forks source link

Would it be possible to port this to Firefox? #130

Closed refparo closed 2 years ago

machawk1 commented 2 years ago

@refparo Yes, it is likely possible but would require some adaptations to WebExtension APIs beyond the deprecated functions like you mentioned in #102. Any further efforts to identify these incompatibilities would be appreciated.

machawk1 commented 2 years ago

For a bit more completeness, there were initial efforts to do exactly this back when Firefox still used XULs for add-ons, see https://github.com/machawk1/ffwarcreate . WARCreate, the Chrome extension, predates Firefox's move to WebExtensions.

LaoshuBaby commented 3 months ago

For a bit more completeness, there were initial efforts to do exactly this back when Firefox still used XULs for add-ons, see https://github.com/machawk1/ffwarcreate . WARCreate, the Chrome extension, predates Firefox's move to WebExtensions.

Thank you for describe this, but looks like that project didn't released some installable plugin files? 🥹

machawk1 commented 3 months ago

@LaoshuBaby Indeed, more effort would be needed to first port the codebase to use WebExtensions instead of the chrome.* API. In that same effort, we might also push to use Manifest v3 (as Chrome will soon be deprecating v2 extensions). I am uncertain on where Mozilla stands on forcing MV3 on Firefox add-ons.