Created
July 27, 2019 05:42
-
-
Save shaybensasson/f3e0d8ccc7711cc5b726f1e6aeaa9c51 to your computer and use it in GitHub Desktop.
Get a direct link to Gmail message using a bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
commented
Jul 27, 2019
Author
- General Idea
- Installation instructions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment