Created
August 9, 2016 13:39
-
-
Save Sid3y1/df48cf117efc4f3d2655f69f59e4db67 to your computer and use it in GitHub Desktop.
Linkedin growth hacking connect to suggested contacts
This file contains 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
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