Live data from Hacker News

Protecting your email address via SVG instead of JavaScript

rouninmedia.github.io

1–10 of 180 posts

Re: Protecting your email address via SVG instead of JavaScript

#5
post #4

Don't have time to test myself right now - what about accessibility, can a screen reader read it?

Given the entire bottom section, it seems like accessibility was taken into account here.

Unfortunately then I think it won't help at all - going through the accessibility tree is a standard web crawling play.

Re: Protecting your email address via SVG instead of JavaScript

#9
> even when a human visitor has their JavaScript turned off, the email address displayed on the page remains usable

NoScript on Firefox with default settings don't render tags (replaces them with placeholders), so this technique doesn't work here.

https://imgur.com/2tCAgAf

Re: Protecting your email address via SVG instead of JavaScript

#10

Don't have time to test myself right now - what about accessibility, can a screen reader read it?

I tested and seems accessible on the live demo. Not sure if is as protected as the author claims though, but it might throw some bots for a spin.
Post reply on HN