Only workspace IDs are saved in this browser—never files or input.
LOCAL TOOL / WEB

Safe HTML CSS Selector Tester

Paste HTML. It is parsed into an isolated inert document and never mounted or rendered.

Paste, type, or drag & drop a text file 104 chars · 1 lines · 104 B

Enter a standards-based selector such as article[data-kind="news"] h2.

Paste, type, or drag & drop a text file 28 chars · 1 lines · 28 B
Runs locally in this browserPreview updates after 300 ms · Nothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
02
Tool outputA bounded table of selected elements with text and non-event attributes.
Run toolNothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
About this utility

How to use Safe HTML CSS Selector Tester

Run a CSS selector against an inert HTML document and inspect matching tag, text, class, ID, and sanitized attributes.

What to provide

Paste HTML. It is parsed into an isolated inert document and never mounted or rendered.

Enter a standards-based selector such as article[data-kind="news"] h2.

  1. Paste, type, or drag and drop a supported text file into the input area.
  2. Place the second value or file in the adjacent panel. Sensitive fields are masked by default.
  3. Review the input and the clearly labeled output behavior.
  4. Select “Run tool” or press Ctrl/Command + Enter, then copy, download, or move the result back into the first input for another pass.

Use “Swap inputs” to reverse the comparison without copying either value.

What the result means

A bounded table of selected elements with text and non-event attributes.

Privacy and safety

This utility is loaded as browser code and processes your input only in this tab. OmniCastConverter has no upload endpoint and never stores your content, filenames, tokens, or secrets. Generated markup and code are shown as inert text and are never executed.

Limitations

  • All input and output remains in this browser tab and is never uploaded or saved. Browser selector support applies. Generated styles, shadow DOM, frames, script mutations, layout state, and pseudo-elements are not evaluated.

Try the included example

Select “Load example” at any time to restore this tested sample.

<main><article data-kind="news"><h2>Private tools</h2></article><article><h2>Other</h2></article></main>
article[data-kind="news"] h2