HN user

katella

15 karma
Posts2
Comments26
View on HN

Some new features could be:

- add it to other sites that have videos

- improve search with AI.

Some performance updates:

- parse transcripts from request, not the html

- filter using overlay (inject my own html) instead of mutating the DOM (loops through all elements and changes display attribute)

I built an extension that injected a search bar into the transcript card. Worked by filtering the YouTube transcripts themselves, and manipulating their display attribute.

Didn't release it to the store because YouTube released a search feature and it looked exactly like mine.