Skip to content

Right-angled YouTube player by minamitu

Screenshot of Right-angled YouTube player

Details

Authorminamitu

LicenseNo License

Categoryyoutube

Created

Updated

Size513 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Return the four corners of the youtube video player to right angles.

youtubeの動画プレイヤーの四隅を直角に戻します。

Notes

Userstyle doesn't have notes.

Source code

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

Reviews

No reviews yet.