diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-26 13:24:05 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-26 13:24:05 +0300 |
commit | 9e4c9cda67994a9f560f1e9791a28dfffc809912 (patch) | |
tree | 137a6f1b1c496db6b2838bae832b3869d3b6e773 /src/config.json | |
parent | Fixing and improving redirect core (diff) | |
download | libredirect-9e4c9cda67994a9f560f1e9791a28dfffc809912.zip |
Added Koub https://codeberg.org/LibRedirect/browser_extension/issues/146
Diffstat (limited to '')
-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 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 |