- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 85
 
Custom patterns
        RuiNtD edited this page May 12, 2024 
        ·
        17 revisions
      
    Replaces Twitter / X links with FxTwitter 
Can also be changed to fixupx.com (shorter) or vxtwitter.com
"Twitter ➔ FxTwitter": {
  "regex": "^https?://(?:[a-z0-9-]+\\.)*?(?:twitter|x).com/(.*)",
  "replacement": "https://fxtwitter.com/$1"
}Replaces TikTok links with vxtiktok
"TikTok ➔ VxTikTok": {
  "regex": "^https?://(?:[a-z0-9-]+\\.)*?tiktok.com/(.*)",
  "replacement": "https://vxtiktok.com/$1"
}