Advertisement
Guest User

PREVENT SPAMMING OF YOUR EMAIL ADDRESS ON WEBSITES

a guest
May 10th, 2013
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. /* PREVENT SPAMMING OF YOUR EMAIL ADDRESS ON WEBSITES - HIDE YOUR EMAIL ADDRESS ON WEBSITES
  3.    Encode your email address at http://www.rot13.com/index.php
  4.    add it the var youremail='add email here'; variable quotes
  5.    also and add an English name to xxxx's Mail */
  6. var youremailaddress = 'add your ROT13 encrypted email address here';
  7. var theemailURL = '<n uers=\"znvygb:'+youremailaddress+'\" ery=\"absbyybj\">';
  8. document.write(theemailURL.replace(/[a-zA-Z]/g,function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);}));
  9. </script>xxxx’s Mail</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement