Repo · Agents & browsers
typesafe-adblock
An experimental Chrome extension that asks Jev whether heuristically selected page elements are ads, then removes or highlights matches.
Open github.com ↗How builders describe it
🧹 Fun project: a Chrome extension that asks a tiny AI decision model (TypeSafe Jev) "is this DOM element an ad?" and pops it off the page. BYOK, no backend, not a real ad blocker.
The decision Jev makes
Pick the next click, field or navigation from the legal actions on screen.
Where it fits
Browser agents need to choose an action on every step. With Jev each step is a choice from the actions actually available on the page, which keeps agents fast and on the rails. All 193 agents & browsers projects →