Skip to content

Instantly share code, notes, and snippets.

@davidawad
Created April 13, 2023 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidawad/c69657eca38d04dee442505a1bad9cbd to your computer and use it in GitHub Desktop.
Save davidawad/c69657eca38d04dee442505a1bad9cbd to your computer and use it in GitHub Desktop.
setup gmail protocol handler in chrome
navigator.registerProtocolHandler("mailto",
"https://mail.google.com/mail/u/1/?extsrc=mailto&url=%s",
"Gmail");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment