Skip to content
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

Fixing multiple domains issue #15

Open
vik-y opened this issue Jun 15, 2017 · 1 comment
Open

Fixing multiple domains issue #15

vik-y opened this issue Jun 15, 2017 · 1 comment

Comments

@vik-y
Copy link

vik-y commented Jun 15, 2017

As I can see from issues, this plugin breaks because now GFG is using multiple domains.

Here's an idea to fix the problem without using any cloud services. GFG has added a feature which lets users mark a problem as "to do" or "done". This plugin can be modified to do the following:

Once the user logs in to GFG the plugin scrapes the "done" list from their profile and update the local storage accordingly. Every time user marks a problem as "done" the plugin repeats the process.
As the local storage cannot be shared across domains, whenever the user switches to a different domain of GFG the local storage of that particular domain can also be updated using the same technique as above.

I am interested in making this thing work. Do you still maintain this and accept PRs?

@dhruvagarwal
Copy link
Owner

dhruvagarwal commented Jun 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants