-
Notifications
You must be signed in to change notification settings - Fork 47
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 support #167
Comments
I forgot to say that I found https://github.com/lexa/habitrpg-mozilla but it appears to be unofficial and the link to Firefox extensions is 404 errors, so I imagine it wouldn't run on Firefox Quantum (57) anyway. |
Right now we're not actively working on the extension but I'll be happy to merge any proposed PR |
A possible workaround is this extension: https://addons.mozilla.org/en-US/firefox/addon/chrome-store-foxified/ I tried it out but it gives me an error that my api key/uuid are wrong despite the fact that they are correct. Otherwise nothing UI-based is broken so it seems that there's something small preventing the extension from working properly. |
I did some debugging and the issue seems to be from this line. Looks like the standard is to use I switched all the chrome objects with I think the issue arises from the second and third errors. It seems that it is complaining about this line on the repo. I think that I'll make a fork and I'll look into the issue later. Hopefully we can fix this so that we can get this to work on Opera and Edge as well. My knowledge of web languages is very limited so I'd appreciate it if someone could read and understand my error messages. |
Hey! Is this repo still actively maintained? Lots of the stuff around here seems to be pretty old. I'm asking because I was tinkering with the chrome extension and made it partly work for firefox. Are you interested in a pull request with my code changes? |
@Himbiss hi, right now we're not actively maintaining the repo but if we're open to contributors fixing bugs and in that case we'll be happy to publish the fixed version to Chrome and Firefox. But right now it's quite broken so before we can publish it to firefox we'd need the most serious bugs to be fixed |
This extension looks interesting in my opinion and I hope that it would hopefully reward for staying on sites such as Duolingo and Memrise.
However I am using Firefox and thus cannot use this extension and I hope that it would be easily portable to Firefox which nowadays only uses WebExtensions that I have understood to be supposed to be easy to port.
This part of the README was possibly written pre-WebExtensions as I think Opera and Edge are also using WE and thus should be similar task to port?
The text was updated successfully, but these errors were encountered: