Last active
August 29, 2015 14:23
-
-
Save charliecm/ba6db46c3e7ea73f3d60 to your computer and use it in GitHub Desktop.
No scrollbar console snippet (webkit)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(d,s){s=d.createElement('style');s.innerHTML='::-webkit-scrollbar{display:none}';d.head.appendChild(s)})(document) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the sake of taking full-page screenshots without the darn scrollbar in the way.