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
- Paste HTML markup into the workbench.
- Enter a CSS selector such as div.header > ul > li:nth-child(2).
- Inspect the match list and highlighted preview.
- 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