1. GMail can handle MAILTO links, it’s simple

    It’s extremely frustrating when I click a mailto link and Mail.app starts to open. This is one of the most annoying things on my Mac (which I otherwise adore).

    But I just found a way to make GMail in Chrome handle mail links…

    1. Open a GMail tab
    2. [from that GMail tab] Open a javascript console with CMD-OPTION-J and paste in the following:
      • navigator.registerProtocolHandler('mailto', 'https://mail.google.com/mail/?extsrc=mailto&url=%s', 'Gmail');
    3. Hit enter and accept the popup in your browser.

    :-]

    Will you be my code-valentine, Chrome?

     

    tags:  mailto  chrome 

    Comments
  2. blog comments powered by Disqus