Checking for this, i see that the only one was the old unshort.link, but the repo was discontinued
It’s a little complicated. Sometimes the curl command further up works, but sometimes the redirection is done in an html meta tag or even with javascript. I have a messy python script that has a bunch of site specific code to bypass redirects and clean up tracking links. I can’t post it in its present condition (it has some private info embedded) but I’ve been wanting to clean it up and post it sometime.
antsu@discuss.tchncs.de 19 hours ago
I understand this is not exactly what you’re asking for, but if you have access to a terminal, you can “unshorten” a link with:
curl --head -L https://example.com/short | grep: location
jherazob@fedia.io 18 hours ago
It is not enough for the increasingly common share.google links for example, and i bet there's more like this
DasFaultier@sh.itjust.works 19 hours ago
Very much this.