Skip to content

Youtube Square by SkyOps117

Screenshot of Youtube Square

Details

AuthorSkyOps117

LicenseOpen Source

CategoryYoutube

Created

Updated

Size455 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove round corners of everything on youtube website

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;
} 
*/


}

Reviews

No reviews yet.