Community · E2 · artifact verified

Remove ad-like DOM elements in Chrome

A Chrome extension finds ad-shaped DOM candidates and asks Jev whether each candidate is a paid advertisement before code removes it.

01 · Role in the system

What Jev does here

Jev answers one Noul question per compact candidate description in a batch. Candidate discovery, page-size guards, thresholding, animation, removal, and mutation observation are ordinary extension code. The project is explicitly a demonstration rather than a replacement for a security or privacy-focused ad blocker.

02 · Control boundary

Where Jev sits

Heuristic DOM candidates to batched advertisement probabilities; browser code thresholds and removes matching nodes.

Code owns the loop, permissions, thresholds, validation, and side effects. Jev owns only the bounded judgments described above.

03 · Known limits

What this evidence does not prove

  • It can miss ads or remove non-ad content and does not block tracking, malware, or video advertising.
  • Only candidates found by deterministic heuristics are sent for judgment, so hidden or unlabeled ads can be missed.

04 · Attribution

Public sources

This is a Community record: the project was published by a third-party community author.