remove rounded corners and big thumbnails from youtube
youtube.com by MuffinTastic
Details
AuthorMuffinTastic
LicenseNo License
Categoryyoutube.com
Created
Updated
Size481 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name youtube.com
@version 20240404.00.06
@namespace https://userstyles.world/user/MuffinTastic
@author MuffinTastic
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy {
border-radius: 0px;
}
ytd-video-renderer[use-bigger-thumbs][bigger-thumbs-style="BIG"] ytd-thumbnail.ytd-video-renderer {
max-width: 300px;
min-width: 150px;
}
}