Skip to content

Instantly share code, notes, and snippets.

@charliecm
Last active August 29, 2015 14:23
Show Gist options
  • Save charliecm/ba6db46c3e7ea73f3d60 to your computer and use it in GitHub Desktop.
Save charliecm/ba6db46c3e7ea73f3d60 to your computer and use it in GitHub Desktop.
No scrollbar console snippet (webkit)
(function(d,s){s=d.createElement('style');s.innerHTML='::-webkit-scrollbar{display:none}';d.head.appendChild(s)})(document)
@charliecm
Copy link
Author

For the sake of taking full-page screenshots without the darn scrollbar in the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment