From fff96565f7647ccebfb05b4fa2de96ea1cb99213 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 5 Feb 2023 12:34:06 +0300 Subject: Re-added wikiless https://github.com/libredirect/libredirect/issues/612. Fixed UI bug in settings --- src/config.json | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index b8e43438..4497d77a 100644 --- a/src/config.json +++ b/src/config.json @@ -489,7 +489,7 @@ "genius": { "frontends": { "dumb": { - "name": "dumb", + "name": "Dumb", "instanceList": true, "url": "https://github.com/rramiachraf/dumb" } @@ -543,10 +543,10 @@ "embeddable": false, "url": "https://stackoverflow.com/" }, - "goodReads": { + "goodreads": { "frontends": { "biblioReads": { - "name": "goodReads", + "name": "BiblioReads", "instanceList": true, "url": "https://github.com/nesaku/BiblioReads" } @@ -558,9 +558,28 @@ "options": { "enabled": false }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://goodreads.com/" + }, + "wikipedia": { + "frontends": { + "wikiless": { + "name": "Wikiless", + "instanceList": true, + "url": "https://wikiless.org" + } + }, + "targets": [ + "^https?:\\/{2}(?:[a-z]+\\.)*wikipedia\\.org\\/?" + ], + "name": "Wikipedia", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://wikipedia.org" } } } \ No newline at end of file -- cgit 1.4.1