Skip to content

Instantly share code, notes, and snippets.

@heathdutton
Created May 22, 2013 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heathdutton/5629473 to your computer and use it in GitHub Desktop.
Save heathdutton/5629473 to your computer and use it in GitHub Desktop.
A bookmarklet to expand a krumo dump. No libraries needed.
javascript:styles%3D%27div.krumo-nest %7Bdisplay: block !important%3B%7D%27%3B newSS %3D document.createElement(%27link%27)%3B newSS.rel %3D %27stylesheet%27%3B newSS.href %3D %27data:text/css,%27 %2B escape(styles)%3B document.documentElement.childNodes%5B0%5D.appendChild(newSS)%3B void 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment