Skip to content

Commit 0af52d9

Browse files
committed
Disabled EXPFLAGS.web_modern_subscribe, added updated sub btn styles (fixes adamlui/youtube-classic#124) ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 99fc21e commit 0af52d9

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 21 additions & 3 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 2025.10.20.1
3+
// @version 2026.1.17
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
@@ -348,7 +348,7 @@
348348
web_modern_collections_v2: false,
349349
web_modern_dialogs: false,
350350
web_modern_playlists: false,
351-
web_modern_subscribe: true,
351+
web_modern_subscribe: false,
352352
web_modern_tabs: false,
353353
web_rounded_containers: false,
354354
web_rounded_thumbnails: false,
@@ -1695,7 +1695,25 @@
16951695
/* Fix disappearing bar in masthead */
16961696
#background.ytd-masthead {
16971697
opacity: 1 !important;
1698-
}`
1698+
}
1699+
1700+
/* Subscribe button */
1701+
#subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--filled {
1702+
background-color: #cc0000 !important ; color: #fff !important ; border-radius: 2px !important ;
1703+
text-transform: uppercase !important ; font-weight: 500 !important ; letter-spacing: 0.5px !important
1704+
}
1705+
#subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--filled:hover {
1706+
background-color: #cc0000 !important }
1707+
#subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--tonal {
1708+
background-color: #f2f2f2 !important ; color: #606060 !important ; border-radius: 2px !important ;
1709+
text-transform: uppercase !important ; font-weight: 500 !important ; letter-spacing: 0.5px !important
1710+
}
1711+
#subscribe-button ytd-subscribe-button-renderer button.yt-spec-button-shape-next--tonal:hover {
1712+
background-color: #e5e5e5 !important }
1713+
yt-smartimation.ytd-subscribe-button-renderer, .smartimation__content { display: flex !important }
1714+
#notification-preference-button.ytd-subscribe-button-renderer { margin-left: 4px !important }
1715+
#notification-preference-button.ytd-subscribe-button-renderer button { border-radius: 16px !important }
1716+
`
16991717

17001718
getLoadedElem('head').then(() => document.head.append(fixesStyle));
17011719

0 commit comments

Comments
 (0)