Google Translator has stopped working in Chrome 85.0.4183 (also in Canary, Opera, Edge).
For example, after pressing "Translate" button at https://colnect.com/en/collectors/collector/teleawe
it shows "about:blank#blocked
". The Translate button itself has "about:invalid#zClosurez
" link.
The xhr request to https://translate.googleapis.com/translate_a/t?anno=... is shown as cancelled in devtool console. Also here is notice about cross-site cookies affected to https://translate.google.com/translate_a/element.js?cb=googleSectionalElementInit&ug=section&hl=en request.
The same link works well in Firefox.
Also https://codepen.io/paul/pen/ZZzEpQ sample works, it's without callback but also shows the translation service still working.
Could you please help me how to fix this issue?
I have the same problem.
I fix it with the following code :
If you have a better solution, I'll take it :)
Regards