From 46a3ea16192f7ec2203e3e7dbac6d787f64608cb Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 5 Feb 2023 12:03:24 +0300 Subject: Added BiblioReads https://github.com/libredirect/libredirect/issues/524 --- src/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 5d1bd168..b8e43438 100644 --- a/src/config.json +++ b/src/config.json @@ -542,6 +542,25 @@ "imageType": "svgMono", "embeddable": false, "url": "https://stackoverflow.com/" + }, + "goodReads": { + "frontends": { + "biblioReads": { + "name": "goodReads", + "instanceList": true, + "url": "https://github.com/nesaku/BiblioReads" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?goodreads\\.com\\/" + ], + "name": "Goodreads", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://goodreads.com/" } } } \ No newline at end of file -- cgit 1.4.1