Greasy Fork is available in English.
This script disables YouTube's new rounded corners (reverts back to the previous layout from 2021.)
< YouTube - Non-Rounded Designについてのフィードバック
add this to remove rounded corner in video player Experiment flags: web_watch_rounded_player_large: false
web_watch_rounded_player_large: false
And CSS: ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy { border-radius: 0px; }
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy { border-radius: 0px; }
返信を投稿するにはログインしてください。
add this to remove rounded corner in video player Experiment flags:
web_watch_rounded_player_large: false
And CSS:
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy { border-radius: 0px; }