skip-silence

Skip Silence logo Available on chrome web store Available on Firefox Addons Available on Edge Add-ons Buy Me A Coffee

⚡ Skip Silence

Welcome Skip Silence 6! Sorry for making you wait that long, but finally here is

Watch lectures, podcasts and videos faster — by skipping the parts where nothing is said.

Skip Silence watches the audio of whatever you’re playing and speeds up playback whenever it detects silence. The moment someone speaks again, it snaps back to normal speed.

A 60-minute lecture with typical pauses plays in ~45 minutes. The extension counts what it saves you.

Features

Development

  1. Build and load the extension:

    bun i
    bun run build        # Chrome → .output/chrome-mv3
    bun run build:firefox
    

    Load .output/chrome-mv3 via chrome://extensions → “Load unpacked” (or the Firefox equivalent via about:debugging).

  2. Play any video or podcast. The popup shows a live volume meter with the detection threshold — lime bars are speech, gray bars are silence being skipped.

  3. Adjust the Speech and Silence speeds to taste. That’s it.

Good to know

Development

Built with WXT, React 19, Tailwind v4 and the Web Audio API. bun run dev starts a browser with the extension loaded and hot reload.

Curious how real-time silence detection, the lookahead trick and the per-site model work? Read TECH.md.