🐛 accommodate verified following

This commit is contained in:
kawamataryo 2023-09-18 20:29:39 +09:00
parent 5b0c246ecb
commit f0ee46838f

View File

@ -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