Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HJ
Posts
0
Comments
2
Joined
1 yr. ago

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

     json
        
    "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=)