Skip to content

Instantly share code, notes, and snippets.

@ralphsaunders
Forked from seanmtracey/ginn.js
Last active January 3, 2016 21:29
Show Gist options
  • Save ralphsaunders/8522357 to your computer and use it in GitHub Desktop.
Save ralphsaunders/8522357 to your computer and use it in GitHub Desktop.
var ginn = (function(){
window.addEventListener('scroll', function(e) {
document.body.scrollHeight = e.pageY + 100000 + 'px';
});
window.dispatchEvent(scroll);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment