From 19ef11ce991c3d001050c9724bd2b60cf565dae2 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 1 Feb 2023 12:22:15 +0300 Subject: Readded Neuters https://github.com/libredirect/libredirect/issues/604 . Tweaked localization code --- src/config.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index a1e88e8d..d6830793 100644 --- a/src/config.json +++ b/src/config.json @@ -446,7 +446,7 @@ "privateBin": { "name": "PrivateBin", "instanceList": true, - "url": "https://privatebin.info/" + "url": "https://privatebin.info" } }, "targets": [ @@ -459,6 +459,25 @@ "imageType": "svgMono", "embeddable": false, "url": "https://paste.libredirect.invalid" + }, + "reuters": { + "frontends": { + "neuters": { + "name": "Neuters", + "instanceList": true, + "url": "https://github.com/HookedBehemoth/neuters" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?reuters.com\\/" + ], + "name": "Paste Text", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://reuters.com" } } } \ No newline at end of file -- cgit 1.4.1