Last active
January 16, 2019 19:57
-
-
Save limitedeternity/a32df7c54b982eaf429b64b99243610e to your computer and use it in GitHub Desktop.
Prettify JSON opened in Chrome
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
| document.body.getElementsByTagName('pre')[0].innerText = JSON.stringify(JSON.parse(document.body.getElementsByTagName('pre')[0].innerText), null, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment