Skip to content

Instantly share code, notes, and snippets.

@peterblazejewicz
Created May 27, 2011 13:34
Show Gist options
  • Save peterblazejewicz/995257 to your computer and use it in GitHub Desktop.
Save peterblazejewicz/995257 to your computer and use it in GitHub Desktop.
hide scrollbars in browser via javascript
javascript:document.body.style.overflow = 'hidden'
javascript:document.body.style.overflowX = 'hidden'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment