External Publication
Visit Post

Browser Support • Re: Cloudflare Verification Loop issues

Pale Moon forum - Forum index [Unofficial] May 15, 2026
Source

Off-topic: Anubis is preventing me from using Google Translate. The translated page doesn't pass Anubis's check, and it's impossible to view anything translated except Anubis itself.

Off-topic: I use a bookmarklet when necessary

CODE:

javascript:(function(){var%20t=encodeURIComponent(window.getSelection());var%20l=navigator.language.slice(0,2);var%20u='https://translate.google.com/?sl=auto&tl='+l+'&text='+t+'&op=translate';if(t.length!=0){window.open(u,'GoogleTranslate','width=850,height=500');}else{if(window.top==window.self){function%20gtranslateproxy(){var%20s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('src','//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit');document.body.appendChild(s);var%20v=document.body.insertBefore(document.createElement('div'),document.body.firstChild);v.id='google_translate_element';v.style.display='none';var%20p=document.createElement('script');p.setAttribute('type','text/javascript');p.text='function%20googleTranslateElementInit(){new%20google.translate.TranslateElement({pageLanguage:%22%22},%22google_translate_element%22);}';document.body.appendChild(p);};document.cookie='googtrans=/auto/'+l+';%20path=/';gtranslateproxy();};};})();

Based on https://greasyfork.org/en/scripts/36962 ... lation-bar

In this case, the translation is embedded directly into the page, and neither anubis nor cf interferes. Of course, the bookmarklet doesn't work on pages with strict CSP rules, but there aren't many of them...


Discussion in the ATmosphere

Loading comments...