Created
December 28, 2010 14:14
-
-
Save ppeszko/757237 to your computer and use it in GitHub Desktop.
showAll: bookmark which removes overflow and expand all code snippets, making them more readably
This file contains hidden or 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
| javascript:(function(){var styles='* { overflow: visible !important }';var css=document.createElement('style');css.type='text/css';css.appendChild(document.createTextNode(styles));document.getElementsByTagName("head")[0].appendChild(css);})(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See installation guide in my blog:
thoughts-are-free.com