jevbooks

← All projects

youtube-sponsor-detection

trungdq88/youtube-sponsor-detection

Skip YouTube sponsor reads with Jev-typed questions

Classification & Routing29%Runner-up: Data Labeling & Curation

What it is

A Chrome extension and small web app that find sponsor reads in YouTube videos and skip them. Built for viewers who want sponsor segments detected from transcripts or live audio.

How it uses Jev

Jev answers typed questions over transcript lines rendered as `L042| …` and picks line IDs, which code maps back to seconds. In audio modes Jev is asked every few seconds whether the speaker is inside a read right now; a yes drives the jump.

Primitives:choicescore

Technique worth stealing

Render transcript lines with IDs so Jev picks line IDs, then map them back to timestamps in code.

Try it

npm install, put TYPESAFE_API_KEY in .env, npm start, or load extension/ unpacked.

View on GitHub

judged by Jevjev-1.13.0

Evidence

Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.

  • Jev-centricyes0.75
  • Shows a System One patternunclear0.51
  • Handles uncertaintyno0.05
  • Measuredno0.05
  • Runnableyes0.98
  • Worth recommendingno0.39
  • Model replicano0.03
  • Problem scopescore on a 0–2 scale0.96
  • About Jevyes0.98

Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.