Skip to content
JevDirectory.org
CommunityTools & Integrations188 starsVerified 2026-09-22

Unclutter

WXT Chrome and Firefox extension that has Jev classify nonessential page elements through TypeSafe or Vercel AI Gateway, then stores reusable local hiding rules by page template. Paid analysis is manual by default, with an optional on-visit mode.

Category
Tools & Integrations
Published by
Community
Author
kitze
Added
2026-09-22
Tagscommunitytypescriptchrome-extensionbrowserclassification

Highlights

  • Jev classifies bounded page-element snippets through TypeSafe or Vercel AI Gateway.
  • Hiding rules are stored locally and reapplied by page template, so they work offline.
  • Manual analysis is the default; on-visit analysis is optional and sends snippets to the provider.
  • WXT builds for Chrome and Firefox from one codebase; Bun and Node 22.12+ are required.
  • The API key stays in local extension storage and is never sent to page content scripts.

Quickstart

bash
git clone https://github.com/kitze/unclutter.git
cd unclutter
bun install --frozen-lockfile
bun run build
# load .output/chrome-mv3 as an unpacked extension

Watch out

MIT-licensed. Requires Bun and Node 22.12+ to build, plus a Vercel AI Gateway or TypeSafe key; the key stays in local extension storage unencrypted, and saved rules keep working offline without it.

More like this

106GitHub stars
An open-source browser agent extension for Chrome and Edge that browses, fills forms, clicks, and collects data, letting any extension-capable browser act as an AI browser with your own LLM key.
Tools & Integrations#community#typescript#browser
Communitydoma
18GitHub stars
Unofficial Chrome Manifest V3 port of browser-use/jev-ultrafast: Jev picks the operation and DOM element in one request, a small text model writes typed values, and the run happens in your own tab with your logins. Ships a 17-task headless-Chromium suite.
Tools & Integrations#community#typescript#chrome-extension
3GitHub stars
Chrome and Firefox extension that reads a YouTube video's caption track and asks Jev for a sponsor probability per 30-second segment, painting the seek bar before the intro ends. It reports catching 77% of SponsorBlock's sponsor seconds across 23 videos at $0.0008 per video.
Tools & Integrations#community#typescript#chrome-extension
Communityjev-skip
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Full Jev video tutorial

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply