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

eager_eagle@lemmy.world ⁨1⁩ ⁨week⁩ ago

I got tired of large thumbnails long ago. For anyone already using Enhancer for Youtube, you can add the following to the custom script section:

/* Add to Enhancer for YouTube's Custom script section */

;(function () {
    document.body.appendChild(document.createElement('style')).innerHTML =
        'ytd-rich-grid-row{display:inline-block;width:min-content;}div#contents.ytd-rich-grid-row{margin:0;}' +
        'ytd-rich-item-renderer{width:32rem !important;margin:1rem;}' +
        'ytd-video-meta-block[rich-meta] #metadata-line.ytd-video-meta-block{font-size:1.5rem !important;line-height:initial;}' +
        '#video-title.ytd-rich-grid-media{font-size:1.75rem;line-height:initial;}'
})()

source
Sort:hotnewtop