Last active
January 31, 2022 09:17
-
-
Save iamlucamilan/40453d886e0c1721f641 to your computer and use it in GitHub Desktop.
Gmail This Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
m='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(){w.focus();}, 250);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment