Disable the border radius on youtube video player
disable rounded videos on youtube.com by vulonkaaz-9567
Details
Authorvulonkaaz-9567
LicenseThe Unlicense
Categoryyoutube.com
Created
Updated
Code size407 B
Code checksumf97e50ef
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name disable rounded videos on youtube.com
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Disable the border radius on youtube video player
@author vulonkaaz
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* Insérer le code ici... */
#ytd-player.ytd-watch-flexy {
border-radius: 0px !important;
}
}