flamingos-cant (hopepunk arc)@feddit.ukM to Fediverse memes@feddit.ukEnglish · 1 year agoBluesky already doing enshittificationfeddit.ukimagemessage-square235linkfedilinkarrow-up11.04Karrow-down1101file-text
arrow-up1937arrow-down1imageBluesky already doing enshittificationfeddit.ukflamingos-cant (hopepunk arc)@feddit.ukM to Fediverse memes@feddit.ukEnglish · 1 year agomessage-square235linkfedilinkfile-text
minus-squareHjST@programming.devlinkfedilinkEnglisharrow-up11·1 year agoYou 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=)
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=)