Protecting your email address via SVG instead of JavaScript
rouninmedia.github.io
Protecting your email address via SVG instead of JavaScript
1–10 of 180 posts
Re: Protecting your email address via SVG instead of JavaScript
#2Email is still plain-text within an xml document referenced in the page source.
Re: Protecting your email address via SVG instead of JavaScript
#3Don't have time to test myself right now - what about accessibility, can a screen reader read it?
Re: Protecting your email address via SVG instead of JavaScript
#4Don'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.
Re: Protecting your email address via SVG instead of JavaScript
#5Don'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
#6If concealing it in an object tag works then you could just have the object tag show it as plain text or html, right? Not sure why its an svg.
Re: Protecting your email address via SVG instead of JavaScript
#7Is it still necessary to obfuscate email addresses? Mine isn't and I get around 50 generic spam emails per month to gmail.
Re: Protecting your email address via SVG instead of JavaScript
#8I don't get it, I can just curl the svg and grep for mailto?
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.
Re: Protecting your email address via SVG instead of JavaScript
#10Don'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.