From f0ee46838ffa0ec895126cb0debf7a86500b7e47 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Mon, 18 Sep 2023 20:29:39 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20accommodate=20verified=20followi?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 8c4dbb2..9c0009b 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -11,7 +11,7 @@ export const STORAGE_KEYS = { } as const export const TARGET_URLS_REGEX = { - FOLLOW: /^https:\/\/(twitter|x)\.com\/[^/]+\/follow/, + FOLLOW: /https:\/\/(twitter|x)\.com\/[^/]+\/(verified_follow|follow)/, LIST: /^https:\/\/(twitter|x)\.com\/[^/]+\/lists\/[^/]+\/members/, BLOCK: /^https:\/\/(twitter|x)\.com\/settings\/blocked/, } as const