Skip to content

Instantly share code, notes, and snippets.

@rsanchez
Created August 9, 2019 17:01
Show Gist options
  • Save rsanchez/7e4aec146589d745d946cf25161de6dd to your computer and use it in GitHub Desktop.
Save rsanchez/7e4aec146589d745d946cf25161de6dd to your computer and use it in GitHub Desktop.
JSON Formatter bookmarklet
javascript:if("application/json"===document.contentType){window.module={};const e=document.createElement("script");e.src="https://cdn.jsdelivr.net/npm/json-formatter-js@2.2.1/dist/json-formatter.js",e.type="module",e.addEventListener("load",()=>{const e=JSON.parse(document.body.innerText);document.body.innerHTML="";const n=new window.module.exports.default(e,6);document.body.appendChild(n.render())}),document.head.appendChild(e)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment