No. The HTML is only parsed to build the element tree and count the structure, it is never inserted into the page DOM or rendered. As a result, any <script> in the markup is treated as text and never executed, which makes it safe to paste third-party HTML. All analysis happens locally in your browser.