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.
app.selectors.site.ai.askSection
1 parent ae9be46 commit 0f62feaCopy full SHA for 0f62fea
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.1.27.2
+// @version 2026.1.27.3
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
@@ -107,6 +107,7 @@
107
ad: { masthead: 'div#masthead-ad' }, // https://imgur.com/a/kOWzh3O
108
ai: {
109
askBtn: 'button:has(path[d*=M480-80q0-83])',
110
+ askSection: 'yt-video-description-youchat-section-view-model',
111
summary: 'div#header[class*=expandable-metadata]:has(path[d*=M480-80q0-83])'
112
},
113
playables: { shelf: 'ytd-rich-section-renderer:has(a[href*="/playables/"])' },
0 commit comments