Happy cake day
Comment on PSA on privuhcy
Eheran@lemmy.world 1 day ago
So annoying to always have to find out how far you can trim a URL before it breaks.
FundMECFS@quokk.au 1 day ago
brbposting@sh.itjust.works 9 hours ago
Might be able to use a Redirect Checker, like:
or
Wonder if this helps with TikTok who has these custom URLs that don’t have parameters, just creepy personalized ones
DeathByBigSad@sh.itjust.works 1 day ago
I mean that’s part of the fun of surfing the web, you get to play a fun puzzle game of “How to Lobotomize a URL”
SubArcticTundra@lemmy.ml 1 day ago
There should be an extension that does this
GissaMittJobb@lemmy.ml 19 hours ago
uBlock Origin with the appropriate filter list will do it for you, like this one: github.com/…/LegitimateURLShortener.txt
surewhynotlem@lemmy.world 1 day ago
Typically anything after the “?”. That’s where the parameters live. There are always exceptions.
Zachariah@lemmy.world 1 day ago
There are many URLs that require parameters to load a resource (and aren’t necessarily tracking anything). With YouTube’s non-shortened links (for example), the video ID is after the
?
, but is usually (but not always) immediately after.This:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Can be shortened to:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
But no shorter.
jawa21@piefed.blahaj.zone 1 day ago
Nice try.