this post was submitted on 27 Mar 2025
929 points (91.1% liked)

Fediverse memes

1183 readers
404 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 6 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HjST@programming.dev 11 points 1 week ago

You can use pattern checker to automatically replace the URL with the original one.

"bsky": {
    "regex": "https?:\/\/go.bsky.app\/redirect\\?u=(https?.*?)",
    "replacement": "$1",
    "decode": "true",
    "enabled": "true",
    "automatic": "true"
  }

(it's possible they will add more parameters in future, in which case you may want to restrict the selection to not be essentially anything after u=)