Skip to content

Instantly share code, notes, and snippets.

@retrohacker
Created September 30, 2014 14:30
Show Gist options
  • Save retrohacker/25291ba13d5924a5fe79 to your computer and use it in GitHub Desktop.
Save retrohacker/25291ba13d5924a5fe79 to your computer and use it in GitHub Desktop.
LinkedIn Connections
setInterval(function() {
var connectBtns = document.getElementsByClassName('bt-request-buffed');
for(var i =0; i < connectBtns.length; i++) {
connectBtns[i].click()
}
}, 500);
@retrohacker
Copy link
Author

Go to https://www.linkedin.com/people/pymk/hub and paste this gist into the console.

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