Created
September 1, 2015 09:56
-
-
Save vnykmshr/09cbe944a06b4ae5e178 to your computer and use it in GitHub Desktop.
People You May Know
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
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