Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wintorez
Last active October 18, 2017 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wintorez/c620161bf0e01f8d7b8e938600686457 to your computer and use it in GitHub Desktop.
Save wintorez/c620161bf0e01f8d7b8e938600686457 to your computer and use it in GitHub Desktop.
Gmail 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, 250);%7D)();
@wintorez
Copy link
Author

wintorez commented Oct 6, 2017

Use this bookmarklet to send the link to the current page using Gmail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment