Skip to content

Commit 16471e8

Browse files
committed
Added hide Edit your custom feed chip ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 0ae967f commit 16471e8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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.17.52
3+
// @version 2026.1.17.53
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
@@ -1152,6 +1152,9 @@
11521152
yt-smartimation.ytd-subscribe-button-renderer, .smartimation__content { display: flex !important }
11531153
#notification-preference-button.ytd-subscribe-button-renderer { margin-left: 4px !important }
11541154
#notification-preference-button.ytd-subscribe-button-renderer button { border-radius: 16px !important }
1155+
1156+
/* Hide Edit your custom feed chip */
1157+
yt-chip-cloud-chip-renderer:has(path[d^="M5 0a5 5"]) { display: none }
11551158
`
11561159

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

0 commit comments

Comments
 (0)