Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created October 7, 2010 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianchristensen/615484 to your computer and use it in GitHub Desktop.
Save christianchristensen/615484 to your computer and use it in GitHub Desktop.
bookmarklet
javascript:for(var i=0;i<document.links.length;i++){var a=document.links[i];if(a.href.indexOf('mailto:')==0){a.innerHTML=a.href;a.style.backgroundColor='red';a.style.color='white'}};return true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment