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