Return the four corners of the youtube video player to right angles.
youtubeの動画プレイヤーの四隅を直角に戻します。
Authorminamitu
LicenseNo License
Categoryyoutube
Created
Updated
Size513 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Return the four corners of the youtube video player to right angles.
youtubeの動画プレイヤーの四隅を直角に戻します。
/* ==UserStyle==
@name Right-angled YouTube player
@version 20230920.23.19
@namespace userstyles.world/user/minamitu
@description Return the four corners of the youtube video player to right angles.
youtubeの動画プレイヤーの四隅を直角に戻します。
@author minamitu
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
#player.skeleton.flexy #player-api.round,
#player-container #ytd-player{
border-radius: 0;
}
}