From 9e4c9cda67994a9f560f1e9791a28dfffc809912 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 26 Aug 2024 13:24:05 +0300 Subject: Added Koub https://codeberg.org/LibRedirect/browser_extension/issues/146 --- 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 a72d88db..6ef3dbe6 100644 --- a/src/config.json +++ b/src/config.json @@ -1334,6 +1334,27 @@ }, "imageType": "svg", "url": "https://www.geeksforgeeks.org" + }, + "coub": { + "frontends": { + "koub": { + "name": "Koub", + "instanceList": true, + "url": "https://codeberg.org/gospodin/koub" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?coub\\.com" + ], + "name": "Coub", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "koub", + "redirectOnlyInIncognito": false + }, + "imageType": "svg", + "url": "https://coub.com" } } } \ No newline at end of file -- cgit 1.4.1