youtube disable round

youtubeの丸角を四角に戻します

/* ==UserStyle==
@name         youtube disable round
@version      20240408.03.51
@namespace    https://userstyles.world/user/mikan loupe
@description  youtubeの丸角を四角に戻します
@author       mikan loupe
@license      mit
==/UserStyle== */

@-moz-document domain("youtube.com") {
ytd-watch-flexy[rounded-player-large][default-layout] #ytd-player.ytd-watch-flexy {
    border-radius: 0px !important;
}
}