Skip to content

Instantly share code, notes, and snippets.

@ppeszko
Created December 28, 2010 14:14
Show Gist options
  • Select an option

  • Save ppeszko/757237 to your computer and use it in GitHub Desktop.

Select an option

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
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);})();
@ppeszko
Copy link
Copy Markdown
Author

ppeszko commented Dec 28, 2010

See installation guide in my blog:

thoughts-are-free.com

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