Skip to content

Commit 7e6d26d

Browse files
committed
Moved styles ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent e9e1eb3 commit 7e6d26d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 7 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 2026.1.20.2
3+
// @version 2026.1.20.3
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
@@ -632,6 +632,9 @@
632632
--yt-spec-brand-background-primary: rgba(255,255,255,0.98) !important ;
633633
--yt-spec-10-percent-layer: rgba(0,0,0,0.1) !important
634634
}
635+
:where(segmented-like-dislike-button-view-model, yt-button-view-model) button {
636+
/* Un-segment engagement buttons below vid https://github.com/adamlui/youtube-classic/issues/10 */
637+
background: none !important }
635638
636639
ytd-masthead { background: var(--yt-spec-brand-background-solid) !important }
637640
ytd-app { background: var(--yt-spec-general-background-a) !important }
@@ -1156,8 +1159,9 @@
11561159
/* Hide Edit your custom feed chip */
11571160
yt-chip-cloud-chip-renderer:has(path[d^="M5 0a5 5"]) { display: none }
11581161
1159-
/* Un-segment engagement buttons https://github.com/adamlui/youtube-classic/issues/10 */
1160-
:where(segmented-like-dislike-button-view-model, yt-button-view-model) button { background: none !important }
1162+
@media only screen and (min-width: 768px) {
1163+
div#subscribe-button { position: absolute ; right: 0 } div#actions { padding-right: 125px } /* align right */
1164+
}
11611165
`
11621166

11631167
getLoadedElem('head').then(() => document.head.append(fixesStyle))

0 commit comments

Comments
 (0)