Comment on Fucking google did it again, they "fixed" something that never broken. This time they make thumbnails way too big even with 70% zoom

<- View Parent
purplemonkeymad@programming.dev ⁨2⁩ ⁨weeks⁩ ago

There are some other ways posted in the comments, but I used an Extension called Stylus and added the following to youtube.com:

@-moz-document url-prefix("https://www.youtube.com/") {
    ytd-rich-item-renderer{
        --ytd-rich-grid-items-per-row: 5;
    }
}

source
Sort:hotnewtop