Make JSON text look better
< Feedback on Pretty JSON
Issue with TamperMonkey in Chrome
Chrome seems to append <pre style="word-wrap: break-word; white-space: pre-wrap;"> in content.
<pre style="word-wrap: break-word; white-space: pre-wrap;">
Replacing document.body.innerHTML with document.body.innerText worked for me! :)
Nice program by the way. Thanks!
Sign in to post a reply.
Issue with TamperMonkey in Chrome
Chrome seems to append
<pre style="word-wrap: break-word; white-space: pre-wrap;">
in content.Replacing document.body.innerHTML with document.body.innerText worked for me! :)
Nice program by the way. Thanks!