Skip to content

Instantly share code, notes, and snippets.

@liveashish
Created April 6, 2017 09:48
Show Gist options
  • Save liveashish/1c68e63b6d58630a81b4fd496df3d780 to your computer and use it in GitHub Desktop.
Save liveashish/1c68e63b6d58630a81b4fd496df3d780 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);
});
@liveashish
Copy link
Author

At line 38-39 and add condition check for !isCEO into if clause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment