Created
September 30, 2014 14:30
-
-
Save retrohacker/25291ba13d5924a5fe79 to your computer and use it in GitHub Desktop.
LinkedIn Connections
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
setInterval(function() { | |
var connectBtns = document.getElementsByClassName('bt-request-buffed'); | |
for(var i =0; i < connectBtns.length; i++) { | |
connectBtns[i].click() | |
} | |
}, 500); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to https://www.linkedin.com/people/pymk/hub and paste this gist into the console.