Skip to content

Instantly share code, notes, and snippets.

@passcod
Created April 30, 2011 04:35
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passcod/949415 to your computer and use it in GitHub Desktop.
Save passcod/949415 to your computer and use it in GitHub Desktop.
Another way to hide emails from robots
<span id="email">@</span>
#email:before {
content: 'bob.smith';
}
#email:after {
content: 'example.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment