Just one of these places where blocking Javascript is just worth it:

This site (isitdns.com) with exactly three printed letters ("YES" ;-)) has several scripts loaded through Cloudflare's Rocket Loader (at least one of them presumably has to be a tracker) and one Google tracker.

Unfortunately, with Cloudflare robot protection and also Anubis being so prevalent now, blocking unneeded Javascript is really becoming increasingly difficult for me - because you need to turn Javascript on to get through the protection, but then it automatically redirects you to the real page, where it is no longer necessary.  

Maybe someone already has some suggestions on how to deal with this?

@paulos I struggle the same way with cookies. I have them discarded by default, but I cannot pass Anubis without enabling them for the duration of the session of the browser window.

@latenightowl oh actually there is an alternative with Anubis, which uses meta refresh challenge. I have seen it work exactly once and I had no idea what that was.

https://github.com/TecharoHQ/anubis/pull/623

feat(lib/challenge): HTTP meta refresh challenge method by Xe · Pull Request #623 · TecharoHQ/anubis

Closes #95 Closes #617 This challenge method enables users that don't (or won't) support JavaScript to pass Anubis challenges. It works by using HTML meta refresh directives to ensure that ...

GitHub
@latenightowl (however it still requires cookies, afaict)