Skip to content

Instantly share code, notes, and snippets.

@Sid3y1
Created August 9, 2016 13:35
Show Gist options
  • Save Sid3y1/514caa00e21c1f62c96173d281a49f59 to your computer and use it in GitHub Desktop.
Save Sid3y1/514caa00e21c1f62c96173d281a49f59 to your computer and use it in GitHub Desktop.
viadeo connect to suggested
//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