Closed KrasnayaPloshchad closed 6 years ago
Mozilla has just implemented http response modification API, so it might be possible! https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/filterResponseData
No file:// protocol support for now https://bugzilla.mozilla.org/show_bug.cgi?id=1341341
No file:// protocol support for now
As a work around, you can create an interface to allow user opening the file from folder. EPUBReader and Web ScrapBook have already made it.
Added support for local unzipped fb2 files with content script.
Firefox now is promoting WebExtension formatted extensions, many non-WebEx addons would no longer accepted. So FB2 Reader need to convert to WebEx format.