andreicristianpetcu / google_translate_this

This WebExtension translates the current page with Google Translate. It does so on demand so it does not change the page unless the user selected this. It is fast, light and privacy friendly.
https://github.com/andreicristianpetcu/google_translate_this/releases
GNU General Public License v3.0
190 stars 10 forks source link

stack overflow and duck duck go don't work well after new CSP support was added #6

Open andreicristianpetcu opened 5 years ago

andreicristianpetcu commented 5 years ago

Broken sites

image image

andreicristianpetcu commented 5 years ago

https://photos.google.com/ image

BooBerry commented 5 years ago

https://news.google.com/ too.

andreicristianpetcu commented 5 years ago

Fixed ddg.gg and google photos. Did not have time yet for google news and stack overflow :(

https://github.com/andreicristianpetcu/google_translate_this/releases/tag/v2.0.1

xitero commented 5 years ago

@andreicristianpetcu https://www.mail.com/ too. image

andreicristianpetcu commented 5 years ago

Thank you both @xitero and @BooBerry for testing and reporting :smile:

xitero commented 5 years ago

https://accounts.google.com and https://myaccount.google.com too. image image

xitero commented 5 years ago

https://kabum.com.br image

andreicristianpetcu commented 5 years ago

I tried to fix the remaining issues. It's really complicated since CSP is hard. I have this PR that I'm working on. Since this is so complicated to fix, I decided to implement this feature first. Currently pages work until you attempt to translate them.

Also I pushed the update for all users since it will not mess up existing pages.