When a video has stopped playing, YouTube will recommend other videos to watch by showing a grid of thumbnails.
This web extension swaps out the thumbnails for video screenshots. But this makes it very hard to judge if I wanted to watch any of them, as YouTube only shows the thumbnail and no information. The only way to learn more is to hover each and every one of them.
The hover just changes the opacity of .ytp-videowall-still-info-content. Would it be nice to have an option where the extension sets the default opacity to something like .7? This would allow the user to read which videos are being recommended, and still give a soft hover effect from 70% to 100%.
When a video has stopped playing, YouTube will recommend other videos to watch by showing a grid of thumbnails.
This web extension swaps out the thumbnails for video screenshots. But this makes it very hard to judge if I wanted to watch any of them, as YouTube only shows the thumbnail and no information. The only way to learn more is to hover each and every one of them.
The hover just changes the
opacity
of.ytp-videowall-still-info-content
. Would it be nice to have an option where the extension sets the default opacity to something like.7
? This would allow the user to read which videos are being recommended, and still give a soft hover effect from 70% to 100%.