Remove round corners of everything on youtube website
Youtube Square by SkyOps117
Details
AuthorSkyOps117
LicenseOpen Source
CategoryYoutube
Created
Updated
Size455 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 Square
@version 20241022.16.27
@namespace https://userstyles.world/user/SkyOps117
@description Remove round corners of everything on youtube website
@author SkyOps117
@license Open Source
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
* {
border-radius: 0 !important;
}
/*
*:hover {
color: #00cdff !important;
}
#ytd-player {
border-radius: 0 !important;
}
*/
}