Skip to content

Instantly share code, notes, and snippets.

@Sid3y1
Created August 9, 2016 13:39
Show Gist options
  • Save Sid3y1/df48cf117efc4f3d2655f69f59e4db67 to your computer and use it in GitHub Desktop.
Save Sid3y1/df48cf117efc4f3d2655f69f59e4db67 to your computer and use it in GitHub Desktop.
Linkedin growth hacking connect to suggested contacts
a= function (){var connectBtns = document.getElementsByClassName('bt-request-buffed'); for(var i =0; i < connectBtns.length; i++) { console.log(connectBtns[i].title);connectBtns[i].click()}document.getElementById('container').style.height = "1000px"; window.scrollTo(0,0);window.scrollTo(0,document.body.scrollHeight); }
b=setInterval(a,5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment