A browser extension that allows you to hide YouTube videos you've already watched.
- Toggle to show/hide previously watched videos
- Adjustable watch percentage threshold (Hide a video if you've watched at least
x% of it) - Works on YouTube home, search, subscriptions, and channel pages

bun installbun run build- Open
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select
dist/chrome
- Open
about:debugging - Go to "This Firefox"
- Click "Load temporary addon"
- Select the
manifest.jsonfile insidedist/firefox