CSS Selector Evaluator

Run CSS selectors (querySelectorAll) against pasted HTML and highlight matches — the privacy-friendly twin to XPath.

100% In-Browser & Private — your data never leaves this device
Loading tool...

How to use the CSS Selector Evaluator

  1. Paste HTML markup into the workbench.
  2. Enter a CSS selector such as div.header > ul > li:nth-child(2).
  3. Inspect the match list and highlighted preview.
  4. Copy element snippets for scrapers or QA — all local.

FAQ

Is this the same as browser DevTools?
It uses the same querySelectorAll engine on a DOMParser document, so syntax matches standard CSS selectors in modern browsers.
Is my HTML uploaded?
No. Matching runs entirely in your browser.

Related tools

More private, in-browser utilities you might need next.

Looking for more? Browse all developer tools · All tools