Javascript – How to register Yahoo Mail `mailto` protocol handler in Chrome?
how can i register the mailto: protocol handler for the Yahoo Mail web client? I know the javascript to run should be smt like this: navigator.registerProtocolHandler('mailto', 'https://compose.mail.yahoo.com/?%s', 'Yahoo Mail'); The problem is, their email composition URL domain compose.mail.yahoo.com is not…