Created
May 22, 2013 17:50
-
-
Save heathdutton/5629473 to your computer and use it in GitHub Desktop.
A bookmarklet to expand a krumo dump. No libraries needed.
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
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