From f43db8a6cafba05dd35fb4e5f769b1a2e12e76b1 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Tue, 15 Aug 2023 22:59:21 +0800 Subject: [PATCH] update rules --- src/config/rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rules.js b/src/config/rules.js index 06d20ce..ef96802 100644 --- a/src/config/rules.js +++ b/src/config/rules.js @@ -125,7 +125,7 @@ export const RULES = [ }, { pattern: `youtube.com`, - selector: `h1, h3:not(.ytd-comment-renderer), #content-text, #description, yt-attributed-string>span>span`, + selector: `h1, #video-title, #content-text, #description, yt-attributed-string>span>span`, }, { pattern: `www.google.com/search`,