Created
June 12, 2017 19:02
-
-
Save tkowalczyk/c10344c496791994c31b35712b6d7073 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
function scroll(){ window.scrollTo(0,document.body.scrollHeight); console.log(document.body.scrollHeight); }; setInterval(scroll, 3000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment