Skip to content

Instantly share code, notes, and snippets.

@lexoyo
Created May 8, 2016 11:44
Show Gist options
  • Save lexoyo/736b69289f0e35096bee5f68a923158f to your computer and use it in GitHub Desktop.
Save lexoyo/736b69289f0e35096bee5f68a923158f to your computer and use it in GitHub Desktop.
hacks social nets
// on http://www.viadeo.com/network/requests/
// accepts or requests 100 people
var idx = 0; function dome(){ $('.vicon-add').click(); window.scrollBy(0, 150); if(idx++<100) { setTimeout(dome, 500) } }; dome();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment