Skip to content

Fix newest chromium version breaking JSON

Latest

Choose a tag to compare

@QuentiumYT QuentiumYT released this 25 Sep 15:43
· 7 commits to main since this release

Ignore empty child nodes in the DOM on new browser versions

Starting from Chomium 117, a new "Pretty Print" toggle is included adding a new empty div in the DOM to do this action. Because of that, the pre node was instead an empty div node. By filtering on the content length, we will find the pre, or the raw html if no headers were set.