Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created June 18, 2019 06:56
Show Gist options
  • Save tayyebi/be74c4b217b5c08f6dc4585d926a600f to your computer and use it in GitHub Desktop.
Save tayyebi/be74c4b217b5c08f6dc4585d926a600f to your computer and use it in GitHub Desktop.
LinkedIn Connect Snippet with Custom Message
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