all caught up icon, counter dynamic

This commit is contained in:
2026-06-09 20:20:17 +02:00
parent b851e0257c
commit 039e0b448c
5 changed files with 53 additions and 6 deletions
+1
View File
@@ -80,6 +80,7 @@ async function getReadable(feed, index) {
base.setAttribute('href', feed.url);
doc.head.prepend(base);
doc.querySelectorAll('img').forEach(resolveTemplatedImage);
doc.querySelectorAll('video, audio').forEach(el => el.remove());
const article = new Readability(doc).parse();
feeds.value[index].content = article.content;
feeds.value[index].readable = true;