Skip to content

Instantly share code, notes, and snippets.

@andzi
Last active April 6, 2021 14:16
Show Gist options
  • Save andzi/5057498 to your computer and use it in GitHub Desktop.
Save andzi/5057498 to your computer and use it in GitHub Desktop.
Gmail this BOOKMARKLET
javascript:(function()%7Bm='http://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(document.location);w=window.open(m,'addwindow','status=no,toolbar=no,width=575,height=545,resizable=yes');setTimeout(function()%7Bw.focus();%7D,%20250);%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment