-
Notifications
You must be signed in to change notification settings - Fork 38
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
Can you please port it to Firefox? #68
Comments
Firefox is definitely on our todo list. We probably won't have bandwidth to work on it until the Spring, though. |
As noted in the PR above, this is partially working on Firefox. The main issue remaining is that the Just Not Sorry button does not appear because we're using the chrome.declarativecontent API, which Firefox doesn't support. The workaround is to use the pageAction API instead. Here are the steps remaining to get JNS fully ported to Firefox:
|
I would be quite happy to have a go at it. It would be a first step prior to poking around multi language (eg: for French language). |
That would be great, @thom4parisot. I'd be happy to review a PR. |
Firefox has almost the same APIs as Chrome https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs
Most extensions take minutes to port https://vimeo.com/241435808
The text was updated successfully, but these errors were encountered: