Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy direct URL of email to clipboard #809

Open
leejoramo-d51 opened this issue Mar 21, 2024 · 0 comments
Open

Copy direct URL of email to clipboard #809

leejoramo-d51 opened this issue Mar 21, 2024 · 0 comments

Comments

@leejoramo-d51
Copy link

Here is a feature request.

I like to copy a direct link to a specific email to my clipboard. I then use this link in my Note Taking/Task Management applications to quickly access the messages. Currently I use this bookmarklet:

javascript:(async function(){try{messageId=document.querySelector('div[data-legacy-message-id]').getAttribute('data-legacy-message-id');user=location.pathname.match(/\/u\/(\d)/)[1];await navigator.clipboard.writeText('https://mail.google.com/mail/u/'+user+'/#all/'+messageId)}catch(e){console.error(e)}})()

I think this would make a great addition to Simpliy. I would love for this to be in the message dropdown menus or via a keyboard shortcut.

Once again, Thank You for changing Gmail from rather painful to use, to being very pleasant.

@leejoramo-d51 leejoramo-d51 changed the title Copy direct URL for email to clipboard Copy direct URL of email to clipboard Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant