XRay
XRay copied to clipboard
strip iframe content
trafficstars
See iframe on https://waterpigs.co.uk/notes/4uGH9/
oh I see what's wrong. The parser is treating the contents of the iframe as text, not as HTML. So if you look at the HTML version in XRay it contains escaped HTML tags. If you look at the text version it contains literal <img> characters.