Skip to content

Instantly share code, notes, and snippets.

@loopymonkey
Created October 7, 2010 20:03
Show Gist options
  • Save loopymonkey/615788 to your computer and use it in GitHub Desktop.
Save loopymonkey/615788 to your computer and use it in GitHub Desktop.
Javascript bookmarklet to send email of current url
javascript:window.open('http://compose.mail.yahoo.com?subject=FWD: '+encodeURIComponent(escape(document.title))+'&BODY='+encodeURIComponent(escape(document.title))+' \n '+encodeURIComponent(window.location.href),'newEmailYahoo','status=no,directories=no,location=no,resizable=yes,menubar=no,width=800,height=600,toolbar=no');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment