domdomegg / hideytthumbnails-extension

🚫 Hide YouTube thumbnails for less clickbaity browsing
MIT License
43 stars 7 forks source link

Hovering titles shows embedded player and prevents clicking. #26

Closed ImVexed closed 1 year ago

ImVexed commented 1 year ago

https://github.com/domdomegg/hideytthumbnails-extension/assets/10090878/ab15eaa7-86c5-450b-9f22-bf6032570c0d

ImVexed commented 1 year ago

Nvm, turning Inline Playback off under Settings > Playback and performance fixed it

domdomegg commented 1 year ago

Thanks for the report, and good to hear that disabling Inline Playback was the solution :)

ImVexed commented 1 year ago

Going to re-open this as youtube does not persist the Inline Playback option. Every time I restart my machine/browser the option goes back to enabled and I can't click titles again.

I took a look at the CSS, and under a given ytd-rich-item-renderer > .content > ytd-rich-grid-media > .dismissible > .thumbnail is responsible for handling the hover. Deleting the .thumbnail class div doesn't change anything visually, but does prevent the preview from playing when I hover.