about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-08-26 13:24:05 +0300
committerManeraKai <manerakai@protonmail.com>2024-08-26 13:24:05 +0300
commit9e4c9cda67994a9f560f1e9791a28dfffc809912 (patch)
tree137a6f1b1c496db6b2838bae832b3869d3b6e773 /src/config.json
parentFixing and improving redirect core (diff)
downloadlibredirect-9e4c9cda67994a9f560f1e9791a28dfffc809912.zip
Added Koub https://codeberg.org/LibRedirect/browser_extension/issues/146
Diffstat (limited to '')
-rw-r--r--src/config.json21
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