Could this module be used to turn all email strings
within content into images, to hide them from trawling bots?

Thanks.

Comments

btopro’s picture

umm..... if the links had a certain class I guess you could? email addresses would have to have a certain class (to the best of my knowledge) unless you could write a jQuery selector statement correctly to only select email addresses which might be possible. I was unable to get this line of jQuery working with it (though it seems like it should work to me...):

a[href^='mailto']

that will form $("a[href^='mailto']") as the selector... I'm not sure why this wasn't working on the site I was trying it on but this is a step in the right direction for this. I didn't even think of that use, that'd be killer. I'd be willing to add this in as a default feature for conversion if we can get the line worked out.

btopro’s picture

Status: Active » Closed (fixed)