Remove rounded corners (they are still rounded but only by 2px) and hide shorts in side panel
Remove rounded corners on thumbnails by SerIgel
Details
AuthorSerIgel
LicenseNo License
Categoryyoutube.com
Created
Updated
Size533 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 Remove rounded corners on thumbnails
@version 20230721.18.42
@namespace userstyles.world/user/SerIgel
@description Remove rounded corners (they are still rounded but only by 2px) and hide shorts in side panel
@author SerIgel
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
a.ytd-thumbnail {
border-radius: 2px !important
}
.ytd-watch-metadata {
border-radius: 2px !important
}
ytd-reel-shelf-renderer {
display: none
}
}