This library currently does not handle scipt content with "<".
To try and get around this, use the following code to remove script tags:
$sHTML = StringRegExpReplace($sHTML, "<script[^>]+>.*?<\/script>", "")
There was an error while loading. Please reload this page.