Skip to content

Instantly share code, notes, and snippets.

@shaybensasson
Created July 27, 2019 05:42
Show Gist options
  • Select an option

  • Save shaybensasson/f3e0d8ccc7711cc5b726f1e6aeaa9c51 to your computer and use it in GitHub Desktop.

Select an option

Save shaybensasson/f3e0d8ccc7711cc5b726f1e6aeaa9c51 to your computer and use it in GitHub Desktop.
Get a direct link to Gmail message using a bookmarklet
javascript: href=document.location.href; window.open(href.substr(0,href.indexOf('?')) + '/#search/rfc822msgid:' + '<' + encodeURIComponent(document.getElementsByClassName('message_id')[0].innerHTML.slice(4, -4)) + '>', "_self");
@shaybensasson

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment