Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created September 27, 2010 15:13
Show Gist options
  • Save timvisher/599193 to your computer and use it in GitHub Desktop.
Save timvisher/599193 to your computer and use it in GitHub Desktop.
javascript:
url='https://mail.google.com/mail?view=cm&tf=0&to=&su=';
if ("" != document.getSelection()) {
url += '[TUMBI]: ' + document.getSelection() + "&body=" + document.URL;
}
window.open (url,
'gmailForm',
'scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes');
void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment