Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created March 13, 2014 11:07
Show Gist options
  • Save arkiver/9526442 to your computer and use it in GitHub Desktop.
Save arkiver/9526442 to your computer and use it in GitHub Desktop.
Browse twitter/facebook handsfree :)
// run this in your browser's console
setInterval(function(){window.scrollBy(0, 1), 4000 })
// not well tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment