Skip to content

Commit 9cdecac

Browse files
committed
Updated square payer style ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent c8df9df commit 9cdecac

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3-
// @version 2026.1.17.30
3+
// @version 2026.1.17.31
44
// @author Adam Lui, Magma_Craft, Anarios, JRWR, Fuim & hoothin
55
// @namespace https://github.com/adamlui
66
// @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts
@@ -918,10 +918,7 @@
918918
ytd-universal-watch-card-renderer[rounded] #header.ytd-universal-watch-card-renderer,
919919
ytd-universal-watch-card-renderer[rounded] #hero.ytd-universal-watch-card-renderer
920920
{ border-radius: 0px !important }
921-
922-
/* Remove rounded corners from the video player (Thanks to oldbutgoldyt for the code) */
923-
.ytp-ad-player-overlay-flyout-cta-rounded { border-radius: 2px !important }
924-
921+
ytd-player { border-radius: 0 !important } /* square player */
925922
.ytp-flyout-cta .ytp-flyout-cta-action-button.ytp-flyout-cta-action-button-rounded {
926923
font-family: Arial !important ; background: #167ac6 !important ; border: solid 1px transparent !important ;
927924
border-color: #167ac6 !important ; border-radius: 2px !important ;

0 commit comments

Comments
 (0)