Skip to content

Instantly share code, notes, and snippets.

@kaustavha
Created October 8, 2015 04:25
Show Gist options
  • Save kaustavha/844c23e4f698fc491ef8 to your computer and use it in GitHub Desktop.
Save kaustavha/844c23e4f698fc491ef8 to your computer and use it in GitHub Desktop.
linkedin_connect.js
setInterval(function() { var connectBtns = document.getElementsByClassName('bt-request-buffed'); for(var i =0; i < connectBtns.length; i++) { console.log(connectBtns[i].parentNode.children[0].children[1].children[0].children[0].textContent);connectBtns[i].click()}}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment