Copying an email address

Andrew's Avatar

Andrew

27 Sep, 2014 02:21 AM

Is there an easy way to copy the plain-text email address of the person who opened a discussion? This is something I need to do several times a day, and I've found two ways to make it work, but neither is optimal:

1. Right-click on their name and "Copy Link". But this copies "mailto:" as well, which is annoying.
2. Click on the name to open their user page, and then select the email address and copy it. But the email address here is a hyperlink between brackets, and it's annoying to get the caret on the inside of the bracket and select the text without activating the link.

I don't want to email them. I'm using their email address to look up their account in our CRM database. Is there an easy way to do what I'm trying to do?

  1. 1 Posted by Julien on 27 Sep, 2014 12:25 PM

    Julien's Avatar

    Hey Andrew,

    Is your CRM web based? When you search, does it have an address like: http://XXX/search?q=EMAIL for example. Ie an URL that leads to either the search or directly the profile, and contains the EMAIL in it.

    Thanks.

  2. 2 Posted by Andrew on 27 Sep, 2014 01:24 PM

    Andrew's Avatar

    No, it is desktop software. It's basically a text field where I paste the email address.

  3. 3 Posted by Julien on 29 Sep, 2014 01:43 PM

    Julien's Avatar

    Hey Andrew,

    I see that you are using Safari. You can use Firefox with Greasemonkey or Chrome with Tampermonkey, and install this script. It will show the user email address next to his name at the top.

    Let me know if that could work for you.

    Cheers!

  4. 4 Posted by Andrew on 29 Sep, 2014 01:47 PM

    Andrew's Avatar

    Great, thanks. I made a bookmarklet out of it so I can use it in Safari.

    Here it is in case it benefits anyone else:

    javascript:(function(){if(Tender.is_supporter){jQuery('.original-post%20.user-link').each(function(i,element){var%20email=jQuery(element).data('user-email');jQuery(element).after('%20-%20'+email);});}})();
    
  5. 5 Posted by Julien on 29 Sep, 2014 02:09 PM

    Julien's Avatar

    Great! Thanks :)

  6. Julien closed this discussion on 29 Sep, 2014 02:09 PM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac