when I check this link:
[Z{Link redacted by moderation}]
I get bellow messy code:

how to get the correct format js content?
[Z{Link redacted by moderation}]
I get bellow messy code:

how to get the correct format js content?

<script src="file.js"></script> <script>console.log(someVarForReturn)</script>
<script src="file.js"></script> <script> new DOMParser().parseFromString(someVarForReturn, 'text/html').body.children[0] </script>
Comment