diff --git a/apps/block/google_news_tab_top.ts b/apps/block/google_news_tab_top.ts index 9bf8cd60..37c6b297 100644 --- a/apps/block/google_news_tab_top.ts +++ b/apps/block/google_news_tab_top.ts @@ -22,7 +22,7 @@ class GoogleNewsTabTop extends SearchResultToBlock { } static isCandidate(element: Element, documentURL: DocumentURL): boolean { - return element.matches('div.gG0TJc') && documentURL.isGoogleSearchNewsTab(); + return element.matches('div.nChh6e') && documentURL.isGoogleSearchNewsTab(); } // noinspection DuplicatedCode