Youtube Thumbnail Unfucker

Script to unfuck the shitty rounded thumbnails introduced in the new downgrade

< Feedback on Youtube Thumbnail Unfucker

Review: Good - script works

§
Posted: 2022-11-05
Edited: 2022-11-05

Thank you!
you can also remove the rounded thumbnails for the playlists using:

// playlists - thumbnails corners
GM_addStyle
(`
ytd-playlist-thumbnail[size="medium"] a.ytd-playlist-thumbnail, ytd-playlist-thumbnail[size="medium"]::before {
border-radius: 0px;}
`);

Post reply

Sign in to post a reply.