Skip to content

Instantly share code, notes, and snippets.

@14021939
Created August 24, 2015 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 14021939/9964edf2a02912dc3167 to your computer and use it in GitHub Desktop.
Save 14021939/9964edf2a02912dc3167 to your computer and use it in GitHub Desktop.
json整形ブックマークレット ref: http://qiita.com/14021939/items/305e443413042d977cda
javascript:void new function(){var str = JSON.stringify(JSON.parse(document.body.getElementsByTagName('pre')[0].innerHTML), null, ' ');document.body.innerHTML = '<textarea style="width:100%;height:100%;font-size:14px;">' + str + '</textarea>';};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment