Skip to content

Commit c2d78a4

Browse files
committed
Updated Ask btn selector ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 4f7966a commit c2d78a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

youtube-classic/youtube-classic.user.js

Lines changed: 2 additions & 2 deletions
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.4.14
3+
// @version 2026.4.15
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
@@ -109,7 +109,7 @@
109109
thumbnail: 'ytd-rich-item-renderer:has(ytd-ad-slot-renderer)'
110110
},
111111
ai: {
112-
askBtn: 'button:has(path[d*=M480-80q0-83])',
112+
askBtn: 'yt-button-view-model:has(div[style*="/youtube_outline/spark/"])',
113113
askSection: 'yt-video-description-youchat-section-view-model',
114114
summary: 'div#header[class*=expandable-metadata]:has(path[d*=M480-80q0-83])'
115115
},

0 commit comments

Comments
 (0)