diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-06-15 20:43:52 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-06-15 20:43:52 +0300 |
commit | 74560b14d82e54bbcf47603d66a795312c293622 (patch) | |
tree | 1721f916445faa43756a37b7192b1e2738b881ff /src/config.json | |
parent | Added language support for Quetre https://github.com/libredirect/browser_exte... (diff) | |
download | libredirect-74560b14d82e54bbcf47603d66a795312c293622.zip |
Added PixivFE https://github.com/libredirect/browser_extension/issues/735
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 21 |
1 files changed, 21 insertions, 0 deletions
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": { |