Anti link/email spam script

1
2
3
4
5
6
<script type='text/javascript'>
   function nerf_email(){
      return 'offi'.replace(/i/, 'ice') + '@' + 'point'.replace(/t/, 't47.com');
   }
   document.write(nerf_email());
</script>

The above script will show: office @ point47.com

Popularity: 1% [?]

Got something to say? Go for it!