Skip to content

Custom patterns

RuiNtD edited this page May 12, 2024 · 17 revisions

Twitter ➔ FxTwitter

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"
}

TikTok ➔ VxTikTok

Replaces TikTok links with vxtiktok

"TikTok ➔ VxTikTok": {
  "regex": "^https?://(?:[a-z0-9-]+\\.)*?tiktok.com/(.*)",
  "replacement": "https://vxtiktok.com/$1"
}
Clone this wiki locally