mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
🐛 accommodate verified following
This commit is contained in:
parent
5b0c246ecb
commit
f0ee46838f
@ -11,7 +11,7 @@ export const STORAGE_KEYS = {
|
|||||||
} as const
|
} as const
|
||||||
|
|
||||||
export const TARGET_URLS_REGEX = {
|
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/,
|
LIST: /^https:\/\/(twitter|x)\.com\/[^/]+\/lists\/[^/]+\/members/,
|
||||||
BLOCK: /^https:\/\/(twitter|x)\.com\/settings\/blocked/,
|
BLOCK: /^https:\/\/(twitter|x)\.com\/settings\/blocked/,
|
||||||
} as const
|
} as const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user