Created
June 18, 2019 06:56
-
-
Save tayyebi/be74c4b217b5c08f6dc4585d926a600f to your computer and use it in GitHub Desktop.
LinkedIn Connect Snippet with Custom Message
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
var text= `Hello. | |
This is Reza, former WorldSkills Competitor and Khwarizmi Award winner. | |
It's an honor to connect with you here on Linkedin.com. | |
Best regards, | |
Tayyebi.`; | |
$('.pv-s-profile-actions--connect').click(); | |
$('.send-invite__actions button:first-child').click(); | |
$('textarea[name="message"]').val(text); | |
$('.send-invite__actions button:nth-child(2)').click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment