Skip to content

Instantly share code, notes, and snippets.

@nanha
Created September 2, 2012 02:48
Show Gist options
  • Save nanha/3594294 to your computer and use it in GitHub Desktop.
Save nanha/3594294 to your computer and use it in GitHub Desktop.
gmail bookmarklet :: 원하는 웹사이트 누구에게 보내고 싶을 때 사용하세요. 매우 유용합니다.
javascript:(function(){m='http://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&[email protected]&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