Skip to content

Instantly share code, notes, and snippets.

@seanmtracey
Last active January 3, 2016 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save seanmtracey/8520540 to your computer and use it in GitHub Desktop.
Save seanmtracey/8520540 to your computer and use it in GitHub Desktop.
A Javascript library for making your webpages unnecessarily tall.
var ginn = (function(){
document.body.style.height = document.body.scrollHeight + 100000 + "px";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment