We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7966a commit c2d78a4Copy full SHA for c2d78a4
1 file changed
youtube-classic/youtube-classic.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3
-// @version 2026.4.14
+// @version 2026.4.15
4
// @author Adam Lui, Magma_Craft, Fuim & hoothin
5
// @namespace https://github.com/adamlui
6
// @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts
@@ -109,7 +109,7 @@
109
thumbnail: 'ytd-rich-item-renderer:has(ytd-ad-slot-renderer)'
110
},
111
ai: {
112
- askBtn: 'button:has(path[d*=M480-80q0-83])',
+ askBtn: 'yt-button-view-model:has(div[style*="/youtube_outline/spark/"])',
113
askSection: 'yt-video-description-youchat-section-view-model',
114
summary: 'div#header[class*=expandable-metadata]:has(path[d*=M480-80q0-83])'
115
0 commit comments