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,