From 9205b280875f479838e23f4445c9d8b124f1b0fb Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 1 Feb 2023 13:20:01 +0300 Subject: Added dump 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 d6830793..9ac5ecb5 100644 --- a/src/config.json +++ b/src/config.json @@ -478,6 +478,25 @@ "imageType": "svg", "embeddable": false, "url": "https://reuters.com" + }, + "genius": { + "frontends": { + "dump": { + "name": "dump", + "instanceList": true, + "url": "https://github.com/rramiachraf/dumb" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?genius.com\\/" + ], + "name": "Genius", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://genius.com" } } } \ No newline at end of file -- cgit 1.4.1