From 2e5b23c83fa0a1349c5b18b06732507088fa24c9 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 10 Dec 2023 04:45:13 +0300 Subject: Added Priviblur https://github.com/libredirect/browser_extension/issues/867 --- src/config.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 52358170..13d5dc30 100644 --- a/src/config.json +++ b/src/config.json @@ -994,6 +994,32 @@ }, "imageType": "svg", "url": "https://bsky.app/" + }, + "tumblr": { + "frontends": { + "priviblur": { + "name": "Priviblur", + "embeddable": true, + "instanceList": true, + "url": "https://github.com/syeopite/priviblur", + "localhost": true + } + }, + "targets": [ + "^https?:\\/{2}(media\\.|blog\\.|assets\\.|static\\.)?tumblr\\.com\\/", + "^https?:\\/{2}[0-9]+\\.media\\.tumblr\\.com\\/" + ], + "name": "Tumblr", + "options": { + "enabled": false, + "redirectType": "main_frame", + "unsupportedUrls": "bypass", + "frontend": "priviblur", + "instance": "public" + }, + "imageType": "svg", + "embeddable": true, + "url": "https://tumblr.com" } } } \ No newline at end of file -- cgit 1.4.1