-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox - Keep compatibility with non-WebExtension Browser #42
Comments
@typhoon71 Here's the situation. When I saw that FireFox is able to run Chrome extensions via WebExtensions, I offered the Extension for Firefox. There was one issue were the "download the packed epub" worked on Chrome but not Firefox. Gusser93 provided a fix. So, to re-iterate. There is only one WebToEpub. To make the Firefox version I literally take the WebToEpub.zip file I send to Google, rename it to "WebToEpub.xpi" and send that to Mozilla. It works because it uses the WebExtensions. |
mmmm, what you wrote means that the addon should never have worked on Firefox 47, since WebExtensions aren't supported on it... But I'm pretty sure I was able to use it a couple of times... |
@typhoon71 |
Nope, it's not working on my firefox (47.0.1) |
Awww, wrong button. |
OK, I did some more testing and found that the plugin seems to have compatibility issues with some firefox addons even on Firefox 49.0a2, but it work with a "pure" profile. |
If it's possible and not too much work, I suggest to keep compatibility with non-WebExtension "enabled" Browser.
This includes Firefox 47 which is the last stable since Firefox 48 should be out in August(and support WebExtension), and other forks like Palemoon.
I won't ask for Other Chrome derivates because they should already be working (Iron does work).
The text was updated successfully, but these errors were encountered: