Skip to content

Instantly share code, notes, and snippets.

@ganey
Created April 27, 2023 11:03
Show Gist options
  • Save ganey/fa72db7ac95ff6056b313a05df93fe9e to your computer and use it in GitHub Desktop.
Save ganey/fa72db7ac95ff6056b313a05df93fe9e to your computer and use it in GitHub Desktop.
Chrome JSON pretty print bookmark
javascript:(
document.querySelector('body>pre').innerText=JSON.stringify(
JSON.parse(document.querySelector('body>pre').innerText),
null,
' '
)
)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment