Created
August 9, 2016 13:35
-
-
Save Sid3y1/514caa00e21c1f62c96173d281a49f59 to your computer and use it in GitHub Desktop.
viadeo connect to suggested
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
//viadeo: | |
a= function (){var connectBtns = document.getElementsByClassName('js-welcome-back-send-dcr'); for(var i =0; i < connectBtns.length; i++) { console.log(connectBtns[i]);connectBtns[i].click()} window.scrollTo(0,0);window.scrollTo(0,document.body.scrollHeight); } | |
b=setInterval(a,2000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment