I've got that link:
window.open("https://mail.google.com/mail/u/0/#inbox?compose=150b0f7ffb682642&to=mailto");
It's changeing my default mailto link to gmail link. Let's say I've got:
<a href="mailto:example@example.com"></a>
And after javascript this a link is
window.open("https://mail.google.com/mail/u/0/#inbox?compose=150b0f7ffb682642&to=mailto");
Is it possible to force gmail to use recipient from mailto?