Using jquery to scrape HTML in a client browser can be tricky

Avoid surprise image requests, mixed-content failures, and accidental cross-origin leaks when processing fetched markup. `DOMParser` keeps scraped HTML isolated so client-side extraction doesn’t quietly turn into a network and performance problem.
