Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 13, 2015 19:40
Show Gist options
  • Select an option

  • Save SteveGilham/79a2978a307734751a1b to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/79a2978a307734751a1b to your computer and use it in GitHub Desktop.
var mailtext= '';
while( data[idx]!=n ) {
mailtext+=String.fromCharCode(data[idx++]^n);
}
idx++;
document.getElementById('mailtag').lastChild.setAttribute(
'href', mailtext);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment