Skip to content

Instantly share code, notes, and snippets.

@vnykmshr
Created September 1, 2015 09:56
Show Gist options
  • Save vnykmshr/09cbe944a06b4ae5e178 to your computer and use it in GitHub Desktop.
Save vnykmshr/09cbe944a06b4ae5e178 to your computer and use it in GitHub Desktop.
People You May Know
var a = setInterval(function () {
window.scrollTo(0, document.body.scrollHeight);
$('.bt-request-buffed').click();
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment