Skip to content

Instantly share code, notes, and snippets.

@mreidsma
Created May 30, 2012 14:09
Show Gist options
  • Save mreidsma/2836564 to your computer and use it in GitHub Desktop.
Save mreidsma/2836564 to your computer and use it in GitHub Desktop.
Bookmarklet to send new gmail without opening up my inbox
javascript:(function(){window.open('https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&shva=1','Compose Gmail','status=no,directories=no,location=no,resizable=no,menubar=no,width=600,height=600,toolbar=no');})();
@amyleesterling
Copy link

This is great. Thanks!

Copy link

ghost commented Sep 13, 2016

How did you get this?

I need one for wunderlist to add a task...

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