From f133c15af6c4626b842b62c42fc4da49c6268d5b Mon Sep 17 00:00:00 2001 From: Riley Ho Date: Sat, 13 Sep 2025 03:10:57 +0800 Subject: [PATCH] Add Threads entry and "xmt" rule --- data.min.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data.min.json b/data.min.json index 5763938..f308d70 100644 --- a/data.min.json +++ b/data.min.json @@ -3179,6 +3179,18 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "threads": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?threads\\.com", + "completeProvider": false, + "rules": [ + "xmt" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }