mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
✨ work with x.com
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user