Remove the annoying rounded corners from the YouTube video player.
No Rounded Corners (YouTube) by loui771w
Details
Authorloui771w
LicenseNo License
Categorywww.youtube.com
Created
Updated
Size313 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 www.youtube.com/watch - jun. 2024
@version 20240616.14.33
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?") {
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy {
border-radius: 0px;
}
}