Make Gmail the Default Email handler Program for MailTo Links

The ability to assign protocol handlers programs that’ll accept links from different protocols like ftp, mailto and so on isn’t new, but thanks to Google’s love for Firefox, you can now assign Gmail as the default e-mail handler for mailto: links. Open Gmail in a new tab.In this same tab, enter this JavaScript snippet: javascript:window.navigator.registerProtocolHandler(“mailto”,”https://mail.google.com/mail/?extsrc=mailto&url=%s”,”Gmail”). […]