From 0b83a3cceefe91e7cc147172bfeeb163640f45c6 Mon Sep 17 00:00:00 2001 From: Stathis Date: Mon, 3 Aug 2026 21:07:36 +0300 Subject: [PATCH] Add Mark Feed Read On Badge Click extension --- README.md | 4 ++++ repositories.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 6587711d..037caa40 100644 --- a/README.md +++ b/README.md @@ -238,3 +238,7 @@ There are some FreshRSS extensions out there, developed by community members. ### By [@sanpo](https://codeberg.org/sanpo), [Web](https://sanpo.land) * [Apple Music Artist](https://codeberg.org/sanpo/xExtension-AppleMusicArtist): Subscribe to an artist's releases by their Apple Music artist page URL. + +### By [@StathisZ](https://github.com/StathisZ) + +* [Mark Feed Read On Badge Click](https://github.com/StathisZ/freshrss-mark-read-on-click): Click a feed's unread-count badge in the sidebar to mark all its articles as read. diff --git a/repositories.json b/repositories.json index 7ee0a824..98617861 100644 --- a/repositories.json +++ b/repositories.json @@ -130,4 +130,7 @@ }, { "url": "https://codeberg.org/sanpo/xExtension-AppleMusicArtist", "type": "git" +}, { + "url": "https://github.com/StathisZ/freshrss-mark-read-on-click", + "type": "git" }]