Skip to content

Instantly share code, notes, and snippets.

@limitedeternity
Last active January 16, 2019 19:57
Show Gist options
  • Select an option

  • Save limitedeternity/a32df7c54b982eaf429b64b99243610e to your computer and use it in GitHub Desktop.

Select an option

Save limitedeternity/a32df7c54b982eaf429b64b99243610e to your computer and use it in GitHub Desktop.
Prettify JSON opened in Chrome
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