From 2170db93208cfbc6e66e8629c5cd0dba7bfff656 Mon Sep 17 00:00:00 2001 From: Yafeng <16899091+tuyafeng@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:08:30 +0800 Subject: [PATCH] Consider blockquote in article scoring --- Readability-readerable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readability-readerable.js b/Readability-readerable.js index fa24803c..1962b8eb 100644 --- a/Readability-readerable.js +++ b/Readability-readerable.js @@ -63,7 +63,7 @@ function isProbablyReaderable(doc, options = {}) { }; options = Object.assign(defaultOptions, options); - var nodes = doc.querySelectorAll("p, pre, article"); + var nodes = doc.querySelectorAll("p, pre, blockquote, article"); // Get