From 05cd5d89c4d106860231de9fad3b8b25d8b061c5 Mon Sep 17 00:00:00 2001 From: Julien Herr Date: Mon, 25 May 2026 21:03:17 +0200 Subject: [PATCH 1/2] Add new contributor and project to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee3470c3..67200afd 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,6 @@ There are some FreshRSS extensions out there, developed by community members. * [Show URL](https://codeberg.org/strubbl/xExtension-ShowURL): Shows the current article's URL right before the article content starts +### By [@juherr](https://github.com/juherr), [Web](https://juherr.dev/) + +* [KillTheNews](https://github.com/juherr/xExtension-KillTheNews): Read email newsletters as feeds, powered by your own [kill-the-news](https://kill-the.news/) instance. From 03c9944ff4e1e0bd1cd9e2494ce74aad7fa8f9f2 Mon Sep 17 00:00:00 2001 From: Julien Herr Date: Mon, 25 May 2026 22:12:35 +0200 Subject: [PATCH 2/2] Add new repository entry for xExtension-KillTheNews --- repositories.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repositories.json b/repositories.json index e0f13983..0a9438ad 100644 --- a/repositories.json +++ b/repositories.json @@ -121,4 +121,7 @@ }, { "url": "https://codeberg.org/strubbl/xExtension-ShowURL", "type": "git" +}, { + "url": "https://github.com/juherr/xExtension-KillTheNews", + "type": "git" }]