Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 13, 2015 19:39
Show Gist options
  • Save SteveGilham/8e585f3d1693b681cd2f to your computer and use it in GitHub Desktop.
Save SteveGilham/8e585f3d1693b681cd2f to your computer and use it in GitHub Desktop.
var mailtext= '';
while( data[idx]!=n ) {
mailtext+=% + (data[idx++]^n).toString(16);
}
idx++;
document.getElementById('mailtag').lastChild.setAttribute(
'href', unescape(mailtext));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment