From 4dbc36c55929dd0cc40260dd786efe21b5503280 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 20 Jan 2025 14:49:35 +0300 Subject: Added GoCook https://github.com/libredirect/browser_extension/issues/988 --- 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 e49a044a..ca38d2ec 100644 --- a/src/config.json +++ b/src/config.json @@ -1392,6 +1392,27 @@ }, "imageType": "svg", "url": "https://coub.com" + }, + "chefkoch": { + "frontends": { + "gocook": { + "name": "GoCook", + "instanceList": true, + "url": "https://github.com/NoUmlautsAllowed/gocook" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?chefkoch\\.de" + ], + "name": "Chefkoch", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "gocook", + "redirectOnlyInIncognito": false + }, + "imageType": "svg", + "url": "https://www.chefkoch.de" } } } -- cgit 1.4.1