-
-
Save rvvvt/f61aa264f62dd67725d337bbf54bf3e8 to your computer and use it in GitHub Desktop.
Send auto invite on Linkedin
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
$("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