-
Notifications
You must be signed in to change notification settings - Fork 290
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
Add instagram support #47
Comments
This should be possible in future once we've sorted out the permissions issue (#50) |
Didn't realize Chrome extensions had programmatic permission requests in addition to manifest defined permissions. Google moved Android towards that model as well a bit ago. Let me know if you want any help with the code. This could be useful for even more sites like Twitter, LinkedIn, etc as well. |
|
Merging this into #63 |
With jQuery enabled,
$('._owark').remove();
currently gets rid of the Instagram feed for me. However, I'm not sure if this classname changes over time.
The text was updated successfully, but these errors were encountered: