Skip to content

Commit 31622a5

Browse files
committed
Edited lines ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 86df926 commit 31622a5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 4 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.21.6
3+
// @version 2026.1.21.7
44
// @author Adam Lui, Magma_Craft, 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
@@ -46,6 +46,7 @@
4646
}
4747
env.scriptManager.supportsTooltips = env.scriptManager.name == 'Tampermonkey'
4848
&& parseInt(env.scriptManager.version.split('.')[0]) >= 5
49+
4950
const app = { symbol: '📺', configKeyPrefix: 'ytClassic' }
5051

5152
const config = {}
@@ -573,9 +574,9 @@
573574
--yt-spec-brand-background-primary: rgba(255,255,255,0.98) !important ;
574575
--yt-spec-10-percent-layer: rgba(0,0,0,0.1) !important
575576
}
576-
:where(segmented-like-dislike-button-view-model, yt-button-view-model) button {
577+
577578
/* Un-segment engagement buttons below vid https://github.com/adamlui/youtube-classic/issues/10 */
578-
background: none !important }
579+
:where(segmented-like-dislike-button-view-model, yt-button-view-model) button { background: none !important }
579580
580581
ytd-masthead { background: var(--yt-spec-brand-background-solid) !important }
581582
ytd-app { background: var(--yt-spec-general-background-a) !important }

0 commit comments

Comments
 (0)