-
Notifications
You must be signed in to change notification settings - Fork 95
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
Twitter won't load any tweets or profiles when script is running #41
Comments
Get violentmonkey |
In tampermonkey settings, change "Config mode" to advance, then go to the "Security" and change "Modify existing content security policy (CSP) headers" to Yes ,then go to bottom of page, in "Experimental" , change "Add Tampermonkey to the HTML's CSP" to Yes |
Having same issue, neither of above fixes seem to work on firefox |
Get Violentmonkey - it's open source and lightweight compared to Tampermonkey |
Hi all, This could be a problem about Content-Security-Policy (CSP) and was discussed before in #19. For Chrome users, it should just work. For Firefox users with Tampermonkey installed, try setting:
For Firefox users with Violentmonkey installed, the upstream issue is tracked here: |
Thanks. I tried this and unfortunately it didn't work. I then tried changing "Modify existing content security policy (CSP) headers" from "Yes" to "Remove entirely (possibly unsecure" just to see if it would make a difference, and that worked. I then changed it back because I don't know enough to judge if "possibly unsecure" is a problem for me, but this seems to be a possible solution. |
@Jars1415 Thanks. That did the trick! |
I have the script installed in tampermonkey. When visiting twitter, I see an error that says "Something went wrong. Try reloading." where tweets/profiles should be (reloading did not fix this). After disabling the script in tampermonkey and reloading twitter, everything appears normal. Re-enabling the script and reloading twitter again causes the error to re-appear.
The text was updated successfully, but these errors were encountered: