From 0788cac07d03d525e44fcd5e1b7e0e1f28c185b8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 17 Sep 2023 16:21:59 +0300 Subject: Added Proxigram https://github.com/libredirect/browser_extension/issues/785 --- src/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 4013de67..abc37477 100644 --- a/src/config.json +++ b/src/config.json @@ -203,6 +203,28 @@ "imageType": "png", "url": "https://tiktok.com" }, + "instagram": { + "frontends": { + "proxigram": { + "name": "Proxigram", + "instanceList": true, + "url": "https://codeberg.org/ThePenguinDev/Proxigram", + "localhost": false + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?instagram\\.com\\/?" + ], + "name": "Instagram", + "options": { + "enabled": false, + "frontend": "proxigram", + "unsupportedUrls": "bypass", + "instance": "public" + }, + "imageType": "png", + "url": "https://www.instagram.com" + }, "reddit": { "frontends": { "libreddit": { -- cgit 1.4.1