From 34c3ab832f934d3a2ef4daca75b6696c0627fc36 Mon Sep 17 00:00:00 2001 From: Zihao Diao Date: Wed, 19 Feb 2025 22:53:07 -0500 Subject: [PATCH] fix(zaobao): remove google ads buttons (#18407) Signed-off-by: Zihao Diao --- lib/routes/zaobao/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/zaobao/util.ts b/lib/routes/zaobao/util.ts index f2d8edf783626b..9dfc136946984a 100644 --- a/lib/routes/zaobao/util.ts +++ b/lib/routes/zaobao/util.ts @@ -100,6 +100,7 @@ const parseList = async ( $1('.overlay-microtransaction').remove(); $1('#video-freemium-player').remove(); $1('script').remove(); + $1('.bff-google-ad').remove(); let articleBodyNode = $1('.articleBody'); if (articleBodyNode.length === 0) {