This script will revert all UI changes prior to late 2022 (which disables rounded corners on everything and reverts 2019-2022 backgrounds.)
< Feedback on YouTube - Revert UI changes before late-2022 (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: falseAnd CSS:
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy { border-radius: 0px; }