Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Created September 23, 2013 23:01
Show Gist options
  • Select an option

  • Save mcasperson/6678198 to your computer and use it in GitHub Desktop.

Select an option

Save mcasperson/6678198 to your computer and use it in GitHub Desktop.
Scroll to bottom bookmarklet
javascript:scroll=function(){setTimeout(function(){window.scrollTo(0,document.body.scrollHeight);scroll();}, 100);};scroll();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment