Skip to content

Instantly share code, notes, and snippets.

@tkowalczyk
Created June 12, 2017 19:02
Show Gist options
  • Save tkowalczyk/c10344c496791994c31b35712b6d7073 to your computer and use it in GitHub Desktop.
Save tkowalczyk/c10344c496791994c31b35712b6d7073 to your computer and use it in GitHub Desktop.
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