From 74560b14d82e54bbcf47603d66a795312c293622 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 15 Jun 2023 20:43:52 +0300 Subject: Added PixivFE https://github.com/libredirect/browser_extension/issues/735 --- src/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index a465f62e..878e9620 100644 --- a/src/config.json +++ b/src/config.json @@ -235,6 +235,27 @@ "embeddable": true, "url": "https://imgur.com" }, + "pixiv": { + "name": "Pixiv", + "frontends": { + "pixivFe": { + "name": "PixivFE", + "instanceList": true, + "url": "https://codeberg.org/VnPower/pixivfe" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?pixiv\\.net\\/" + ], + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "pixivFe" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.pixiv.net" + }, "medium": { "frontends": { "scribe": { -- cgit 1.4.1