-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSP Issue #14
Comments
So it turns out it's not a CSP issue which is good (as that would likely be a problem with tampermonkey itself). What's actually happening is that the event that adds the translate option to the toot dropdown on chrome is the icon itself. On firefox though it's the button so the function to add the translate toot is never added. Need to come up with a cross-browser fix for this! |
It broke again in FF 57 suing greasemonkey :( |
Should be fixed in the latest update, I didn't know about the greasemonkey naming changes so have added those now. Let me know if that's fixed it and I'll close the issue, thanks for letting me know! |
It works, however it seemed intermittently working at the start. I'll keep my eye on it and make another bug if it persists, but it seems to work fine now. You can close this. |
Great thanks! |
Seems that loading |
Yeah, this is related to #2 Though just had a thought to maybe load on every site you visit but only activate if it finds some mastodon specific markup or something. |
Perhaps it's a greasemonkey bug that the redirect from |
Via rx14 - https://niu.moe/@rx14/98959035341618015
Looks to be working for me on chrome but firefox is just not working and seeing a CSP error when going from preferences to the feed. Need to investigate the script across tampermonkey versions.
The text was updated successfully, but these errors were encountered: