mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
✨ work with x.com
This commit is contained in:
parent
02db2c9e3e
commit
5ab29ca929
@ -35,7 +35,8 @@
|
||||
"manifest": {
|
||||
"host_permissions": [
|
||||
"https://bsky.social/*",
|
||||
"https://twitter.com/*"
|
||||
"https://twitter.com/*",
|
||||
"https://x.com/*"
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
@ -11,6 +11,8 @@ export const STORAGE_KEYS = {
|
||||
export const TARGET_URLS_REGEX = [
|
||||
/^https:\/\/twitter\.com\/[^/]+\/following$/,
|
||||
/^https:\/\/twitter\.com\/[^/]+\/followers$/,
|
||||
/^https:\/\/x\.com\/[^/]+\/following$/,
|
||||
/^https:\/\/x\.com\/[^/]+\/followers$/,
|
||||
]
|
||||
|
||||
export const MESSAGE_TYPE = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user