You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hey Vikas
Great to hear that you're interested in contributing. Though I've not
pushed changes since a long time but yes PRs are always welcome.
Thanks
On Thu, 15 Jun 2017 at 12:06 PM, Vikas Yadav ***@***.***> wrote:
As I can see from issues, this plugin breaks because non 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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEYAeazBnM-5u4O65dphxwAY_vXjg3Czks5sENDMgaJpZM4N6ydy>
.
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?
The text was updated successfully, but these errors were encountered: