From 4e379b0623cebb9d92ce06f38939eb3c71b29108 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 18 Oct 2023 23:55:11 +0300 Subject: Added clip support to SafeTwitch https://github.com/libredirect/browser_extension/issues/833 --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 96afcda3..72cb6b83 100644 --- a/src/config.json +++ b/src/config.json @@ -182,7 +182,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?twitch\\.(tv|com)\\/" + "^https?:\\/{2}(www\\.|clips\\.)?twitch\\.(tv|com)\\/" ], "name": "Twitch", "options": { -- cgit 1.4.1