Skip to content

Instantly share code, notes, and snippets.

@lkwatson
Created July 11, 2017 04:39
Show Gist options
  • Save lkwatson/bffc3f05bb4a0cb9808eba51a94f9ed6 to your computer and use it in GitHub Desktop.
Save lkwatson/bffc3f05bb4a0cb9808eba51a94f9ed6 to your computer and use it in GitHub Desktop.
Hide email addresses from (poorly coded) email-scraping bots
$('.email-spam-hide').text(function(i,t){
return t.replace("[at]","@");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment