From 5a503e9e20d14ad524c3c2b297da9a8b4316b362 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 16 Aug 2024 23:03:11 +0300 Subject: Added SkunkyArt https://github.com/libredirect/browser_extension/issues/948 --- src/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index a42b7c73..a4abc44e 100644 --- a/src/config.json +++ b/src/config.json @@ -1208,6 +1208,26 @@ }, "imageType": "svgMono", "url": "https://threads.net" + }, + "deviantArt": { + "frontends": { + "skunkyArt": { + "name": "SkunkyArt", + "instanceList": true, + "url": "https://git.sr.ht/~nixgoat/shoelace" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?deviantart\\.com" + ], + "name": "DeviantArt", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "skunkyArt" + }, + "imageType": "svg", + "url": "https://deviantart.com" } } } \ No newline at end of file -- cgit 1.4.1