Skip to content

Instantly share code, notes, and snippets.

@kevincobain2000
Created April 13, 2016 06:17
Show Gist options
  • Save kevincobain2000/4217ed0672f446ed4193b34c1ef98b32 to your computer and use it in GitHub Desktop.
Save kevincobain2000/4217ed0672f446ed4193b34c1ef98b32 to your computer and use it in GitHub Desktop.
auto_scroll.js
function pageScroll() {
window.scrollBy(0,10);
scrolldelay = setTimeout(pageScroll,10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment