Skip to content

Instantly share code, notes, and snippets.

@rvvvt
Forked from liveashish/linkedin.js
Created January 7, 2019 09:41
Show Gist options
  • Save rvvvt/f61aa264f62dd67725d337bbf54bf3e8 to your computer and use it in GitHub Desktop.
Save rvvvt/f61aa264f62dd67725d337bbf54bf3e8 to your computer and use it in GitHub Desktop.
Send auto invite on Linkedin
$("button[class='mn-person-card__person-btn-ext button-secondary-medium']").each(function(index, value) {
setTimeout(function() {
jQuery(value).trigger('click');
}, index * 1000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment