Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tusharxoxoxo/4baa6e952619b8d5f98fb7e8fb13a86a to your computer and use it in GitHub Desktop.
Save tusharxoxoxo/4baa6e952619b8d5f98fb7e8fb13a86a to your computer and use it in GitHub Desktop.
scroll down snippet
var scrollDown = function() {
window.scrollTo(0, document.body.scrollHeight);
};
setInterval(scrollDown, 1000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment