Decodes email addresses in anchor tags to present a valid email address to the user while keeping an obscured address to email harvesting bots
var myObscureMailto = new ObscureMailto(options);
a[href=mailto:]) Selects which anchor tags should be decoded.{at}) The search string to replace for the @ character.{dot}) The search string to replace for the . character.<a href="mailto:">rpflorence{at}gmail{dot}com</a>
new ObscureMailto();