
YouTube's Watch Later playlist has no search. LaterLens fixes that — instant search by title or channel, sorting, and cached results. Uses DOM scraping with programmatic scrolling to index videos (YouTube's API doesn't expose Watch Later). Vanilla JavaScript, no build step, no dependencies.
Free. No paywall. No IAP. No subscription. No ads. No data gathering. Use this extension if it'll be helpful to you.
Published to the Chrome Web Store — March 10, 2026.
Changelog
v1.3.8 — March 16, 2026 (patch)
- Removed unused activeTab permission — resolves Chrome Web Store rejection
- Fixed high-severity vulnerabilities in rollup and undici dependencies
v1.3.8 — March 10, 2026
- Keyboard shortcut: Ctrl+F / Cmd+F focuses search box, intercepts browser's native find
- Help modal shortcuts table updated
v1.3.7 — March 10, 2026
- UI re-injects automatically after YouTube theme switch (dark/light) without page reload
v1.3.6 — March 10, 2026
- Scan progress banner fixed to bottom of screen during scanning
- Live video count + Stop button in banner
- Stopping early shows amber warning: "Scan stopped early"
v1.3.5 — March 10, 2026
- Sticky toolbar during scroll/scan
- Stop-early amber warning clears on full scan
v1.3.4 — March 10, 2026
- "Filter list" is now opt-in (default off); overlay search is default
v1.3.3 — March 10, 2026
- Toggle switches replacing checkboxes (matching YouTube aesthetic)
- Renamed "Cache" to "Search"
v1.3.1 — March 10, 2026
- Extension popup — open Watch Later, visit CWS, support on Ko-fi
- Cache mode result links navigate in same tab via YouTube SPA router
- Security hardening: dangerous property blocking, noopener noreferrer, explicit CSP
v1.3.0 — February 11, 2026
- Performance: extract video data once before sorting/filtering, batch DOM reordering
- Fisher-Yates shuffle for unbiased randomisation
- Retry limit on UI injection to prevent infinite loops
- URL sanitisation in results overlay to prevent XSS
- MutationObserver replaces fixed-interval polling
v1.2.x — January 18, 2026
- Cache search mode — instant search without rescanning
- Quoted search for whole-word/phrase matching
- Sorting: Channel, Title, Duration, Shuffle
- Regex search toggle
- Fixed duration sorting, updated YouTube selectors
v1.0.x — January 18, 2026
- Initial release — search bar injection into Watch Later playlist
- Improved scanning for large playlists
