Markup churn looks important
Hydration identifiers, timestamps, reordered attributes and injected widgets can change the document while leaving the page's meaning untouched.
Rendered DOM and visible-text evidence
Compare the page response or its browser-rendered DOM, isolate the region that matters, and review text, structure, section and metadata evidence without reading a wall of source code.
Rendered HTML comparison
acme.com/pricing · capture 0048
<main id="pricing"> <h1>Simple pricing</h1> <strong>$12 / month</strong> <strong>$15 / month</strong> <p>50 monitors included</p></main>Price changed from $12 to $15. The surrounding component structure remained stable.
Modern pages regenerate markup constantly. Useful HTML monitoring has to separate a meaningful content edit from template churn, head-tag drift and an application that merely rendered the same message differently.
Hydration identifiers, timestamps, reordered attributes and injected widgets can change the document while leaving the page's meaning untouched.
A liability clause, stock label or plan limit may move within a large document. The reviewer needs the changed section, not thousands of surrounding lines.
Titles, canonicals, robots directives, hreflang and JSON-LD can drift without creating an obvious visual change for the person opening the page.
OnChange classifies the surfaces independently so text, structure and search-facing changes can carry different review priority.
Script and style content is removed from the reading layer, making customer-visible wording changes easier to distinguish from document plumbing.
Tag and document movement remains available when a layout, component wrapper or interaction changes without rewriting the visible copy.
Long documentation, terms and policy pages are divided by headings so the changed section can be reviewed with its own before and after context.
Head metadata is extracted into named fields, which turns a canonical or robots change into a precise value comparison instead of an opaque source diff.
Target one stable element and remove known volatile patterns before comparison, reducing noise without discarding the source snapshot.
Pro plans can load JavaScript pages in Chromium and wait for a known selector or bounded delay before the captured content is compared.
The monitor keeps capture, comparison and notification as separate decisions, which prevents a noisy document from becoming a noisy inbox.
Fetch the document or render it in Chromium, then apply the configured selector and normalization rules.
Calculate visible-text, structural, section and metadata differences against the last successful state.
Attach change class, confidence, severity and optional AI context without replacing the underlying diff.
Send a meaningful alert or keep a low-priority change in the 90-day history for later investigation.
A source-level record is strong operational evidence, but it is not interchangeable with a screenshot, browser session recording or permanent legal archive.
Questions about html change detection
The Free plan includes five text monitors. Upgrade to Pro when the page requires browser rendering or visual evidence.