Skip to content

Commit 0f62fea

Browse files
committed
Added app.selectors.site.ai.askSection ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent ae9be46 commit 0f62fea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 2 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.27.2
3+
// @version 2026.1.27.3
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
@@ -107,6 +107,7 @@
107107
ad: { masthead: 'div#masthead-ad' }, // https://imgur.com/a/kOWzh3O
108108
ai: {
109109
askBtn: 'button:has(path[d*=M480-80q0-83])',
110+
askSection: 'yt-video-description-youchat-section-view-model',
110111
summary: 'div#header[class*=expandable-metadata]:has(path[d*=M480-80q0-83])'
111112
},
112113
playables: { shelf: 'ytd-rich-section-renderer:has(a[href*="/playables/"])' },

0 commit comments

Comments
 (0)