From f7bea67c634adc78e148b56678b774fa2d77d8fa Mon Sep 17 00:00:00 2001 From: Tsung-Han Yu <14802181+johan456789@users.noreply.github.com> Date: Mon, 23 Feb 2026 04:20:25 +0800 Subject: [PATCH] fix(route): remove elements for screen readers (#21206) --- lib/routes/google/jules.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/google/jules.ts b/lib/routes/google/jules.ts index b732404cd..835135b52 100644 --- a/lib/routes/google/jules.ts +++ b/lib/routes/google/jules.ts @@ -46,6 +46,7 @@ async function handler() { // Full HTML for the item content article.find('h2').first().remove(); // remove title article.find('b').first().remove(); // remove date + article.find('.sr-only').remove(); // remove sr-only elements return { title,