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