Skip to content

Commit 85ae0e6

Browse files
committed
Removed bg from like/dislike/share btns (fixes adamlui/youtube-classic#10) ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent da2fc62 commit 85ae0e6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

youtube-classic/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<h1 id="top">
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://assets.ytclassic.com/images/logos/youtube-classic/darkmode.png">
4-
<img height=88 src="https://assets.ytclassic.com/images/logos/youtube-classic/lightmode.png">
4+
<img height=75 src="https://assets.ytclassic.com/images/logos/youtube-classic/lightmode.png">
55
</picture>
66
</h1>
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg?style=for-the-badge)](https://github.com/adamlui/youtube-classic/blob/main/LICENSE.md)
99
![Support: Chrome/Firefox/Edge/Safari/Opera](https://img.shields.io/badge/Support-Chrome/Firefox/Edge/Safari/Opera-989898.svg?style=for-the-badge)
1010
[![CodeFactor grade](https://img.shields.io/codefactor/grade/github/adamlui/youtube-classic?label=Code%20Quality&style=for-the-badge)](https://www.codefactor.io/repository/github/adamlui/youtube-classic)
1111
<a href="https://github.com/awesome-scripts/awesome-userscripts#youtube">
12-
<img src="https://img.shields.io/badge/Mentioned_in-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
12+
<img src="https://img.shields.io/badge/Mentioned_in-Awesome-af68ff?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1313
<a href="https://www.jsdelivr.com/package/gh/adamlui/youtube-classic?tab=stats">
14-
<img src="https://img.shields.io/jsdelivr/gh/hm/adamlui/youtube-classic?logo=jsdelivr&logoColor=white&color=257eaa&labelColor=464646&style=for-the-badge"></a>
14+
<img src="https://img.shields.io/jsdelivr/gh/hm/adamlui/youtube-classic?logo=jsdelivr&logoColor=white&color=2bbbd8&labelColor=464646&style=for-the-badge"></a>
1515

1616
<h3><b>YouTube Classic</b> restores YouTube back to its glory days of classic aesthetics.</h3>
1717

youtube-classic/youtube-classic.user.js

Lines changed: 4 additions & 1 deletion
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
3+
// @version 2026.1.20.1
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
@@ -1155,6 +1155,9 @@
11551155
11561156
/* Hide Edit your custom feed chip */
11571157
yt-chip-cloud-chip-renderer:has(path[d^="M5 0a5 5"]) { display: none }
1158+
1159+
/* Un-segment engagement buttons */
1160+
:where(segmented-like-dislike-button-view-model, yt-button-view-model) button { background: none !important }
11581161
`
11591162

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

0 commit comments

Comments
 (0)