Open Gmail on mailto: action

browser, gmail, html, javascript

Solution

There's a Greasemonkey script. The compose URL is:

`https://mail.google.com/mail/?view=cm&fs=1&to=email@domain.example`

Problem

How to force web-browser to navigate to Gmail and create (if logged in) new letter with filled in field 'To' on click on `mailto:SomeMail@blabla.example`?

Original source