OsaSoft / youtube-better-subscriptions

This extension for Firefox and Chrome aims to make navigating YouTube's subscription grid easier by allowing users to hide watched videos
GNU General Public License v3.0
116 stars 19 forks source link

Force grid layout #150

Closed mocanew closed 10 months ago

mocanew commented 10 months ago

Fixes #134, #140, #145, #138; maybe #141, I'm not sure I understand this one.

I recommend testing all supported browsers before approving this one since it uses display: contents, which is notorious for having many browser bugs (for this specific use-case, it should be fine). I tested it only on Firefox, but it works great.

How styles are applied to the grid elements may be a performance problem, but writing and maintaining it with CSS would be a lot more painful.

OsaSoft commented 10 months ago

This is amazing! Thank you. I will test thoroughly on Chrome and Firefox later tonight

OsaSoft commented 10 months ago

Works perfectly for me on Chrome and Firefox. Thank you for the contribution :) Now as someone who is not a JS dev, most of the grid-related code is a mystery to me 😅 Guess I will have to study up on it a bit