From 64a655fba3478d278c89e9b4a2ff0c01196d0488 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 4 Feb 2023 23:16:36 +0300 Subject: Added anonymousOverflow https://github.com/libredirect/libredirect/issues/577 --- src/config.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 8027bf00..92d4dd3a 100644 --- a/src/config.json +++ b/src/config.json @@ -470,7 +470,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?reuters.com\\/" + "^https?:\\/{2}(www\\.)?reuters\\.com\\/" ], "name": "Paste Text", "options": { @@ -489,7 +489,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?genius.com\\/" + "^https?:\\/{2}(www\\.)?genius\\.com\\/" ], "name": "Genius", "options": { @@ -508,7 +508,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?urbandictionary.com\\/" + "^https?:\\/{2}(www\\.)?urbandictionary\\.com\\/" ], "name": "Urban Dictionary", "options": { @@ -517,6 +517,25 @@ "imageType": "svg", "embeddable": false, "url": "https://urbandictionary.com" + }, + "stackOverflow": { + "frontends": { + "anonymousOverflow": { + "name": "AnonymousOverflow", + "instanceList": true, + "url": "https://github.com/httpjamesm/AnonymousOverflow" + } + }, + "targets": [ + "^https?:\\/{2}stackoverflow\\.com\\/" + ], + "name": "Stack Overflow", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://stackoverflow.com/" } } } \ No newline at end of file -- cgit 1.4.1