Every time I get a share link I’m always pasting it and deleting everything after the /? Like if there’s an extension to auto strip that shit out, I’d be happier
I have this app URLCheck from f-droid that intercepts all links i click and l3t me clean all the parameters and so. I can also use it to share from so I can always clean the links before sharing.
The only app that dosen't work well is soundcloud that the tracking parameter is not recognized as so and I need to manual add characters to contaminate the parameter
Yeah, I have that as my default browser. It's great! I just wish certain apps like Discord wouldn't bypass my default browser and open YouTube links directly in the YouTube app. I have to copy them first, and it's a nuisance.
When I set it as default browser any links I click within Firefox will also open in urlcheck instead of Firefox navigating to that link, any way to avoid that?
Instead of https://www.youtube.com/shorts/<xxx>, do https://www.youtube.com/watch?v<xxx>
There is an equals sign (=) between v and , but for some reason lemmy keeps removing it
You can also use https://www.youtube.com/v/<xxx>. It's the old video link structure, but it still works just fine. It's easier to change it too, since a lot of devices can select text by the word.
Everything after and including the ? is unnecessary. 99.9% of the time you can delete that shit
(Except for YouTube, cause why the fuck should things be easy)
I call these "tainted links" which seems to get the point across pretty well to my friends. Started doing it when youtube began adding tracking info to every shared link
I noticed tiktok videos my wife sent me would work in the browser if I removed the param queries, since I refuse to download the app. So I made a Firefox browser extension to do it automatically for me when I click one.
It's called noQuery, I think I had aspirations of updating it more to be more versatile lol but never got around to it again. I could look into that though, I need to update it to work with photos on tiktok also not just video.
Let me know if it doesn't work, I never had plans of it really going public lol
You ever copy a link and it's like 3 paragraphs long? Most likely, most of that link is has additional query string parameters that's used for tracking. You could probably remove most of, if not everything after the '?' in those URLs, and it will work fine, but remove all the tracking info.
just to add on to what folks have said, here's a specific example:
You copy a YouTube link and send to a friend. The link ends with &sid=12345678
Youtube knows who you are and it knows who your friend is. When it creates the link it knows "Linktank created link 12345678"
When your friend opens the link, now YouTube knows "this person has some relation to Linktank."
With this YouTube can find out who you know and what you share with each other, without you ever having to tell them directly. Whether that's something you're ok with is up to you.
Just the stock one on the Pixel. It doesn't always offer the cleaned links, but I think it does it each time you choose "copy to clipboard" from the share menu.
What until they add a checksum to the url and refuse to open the link when checksum doesn't match so you can no longer modify the URL ( don't give them any ideas)
70 Comments
marine_mustang@sh.itjust.works · 140 pts · 176d
I thought I was alone, waging a pointless war in the dark.
cannedtuna@lemmy.world · 51 pts · 176d
Every time I get a share link I’m always pasting it and deleting everything after the /? Like if there’s an extension to auto strip that shit out, I’d be happier
puppycat@lemmy.blahaj.zone · 59 pts · 176d
firefox has a "copy link without tracking" option on right click
humorlessrepost@lemmy.world · 37 pts · 176d
People who use a browser made by a company who’s business model is tracking them:
“Why aren’t there better anti-tracking features?”
Quetzalcutlass@lemmy.world · 39 pts · 176d
ClearURLs.
whyNotSquirrel@sh.itjust.works · 14 pts · 176d
maybe this: https://addons.mozilla.org/en-US/firefox/addon/clearurls/
_g_be@lemmy.world · 2 pts · 173d
I use URL check , intercepts clicks and share action and lets you prune out the extra parameters. And other features.
driving_crooner@lemmy.eco.br · 42 pts · 176d
I have this app URLCheck from f-droid that intercepts all links i click and l3t me clean all the parameters and so. I can also use it to share from so I can always clean the links before sharing.
The only app that dosen't work well is soundcloud that the tracking parameter is not recognized as so and I need to manual add characters to contaminate the parameter
NaibofTabr@infosec.pub · 20 pts · 176d
Also came in to recommend URLCheck! Fantastic tool, everyone should use it.
Quibblekrust@thelemmy.club · 11 pts · 176d
Yeah, I have that as my default browser. It's great! I just wish certain apps like Discord wouldn't bypass my default browser and open YouTube links directly in the YouTube app. I have to copy them first, and it's a nuisance.
antrosapien@lemmy.ml · 3 pts · 175d
Selecting In your Browser should do it. Some apps declares what urls it can handle in manifest and opens that app directly without consulting browser
Quibblekrust@thelemmy.club · 1 pts · 175d
I just tried that. (With the YouTube app, not Google Play, like in your screenshot.)
It didn't help. Clicking a YouTube link in Discord still opens it in the YouTube app.
leds@feddit.dk · 1 pts · 171d
When I set it as default browser any links I click within Firefox will also open in urlcheck instead of Firefox navigating to that link, any way to avoid that?
Quibblekrust@thelemmy.club · 1 pts · 171d
I have never had that problem, so I don't have any ideas. Sorry.
stepan@lemmy.cafe · 6 pts · 176d
I love that app! You can also add custom rules, the soundcloud thing shouldn't be that hard to get rid of.
driving_crooner@lemmy.eco.br · 2 pts · 176d
Hou do you add the xustom rules?
stepan@lemmy.cafe · 1 pts · 176d
Open the URLCheck app > Modules > Pattern checker > JSON Editor
umbraroze@slrpnk.net · 2 pts · 175d
There's also Léon the URL Cleaner, which is pretty good.
brown567@sh.itjust.works · 24 pts · 176d
I sometimes share youtube shorts with my wife, and I always edit the url so it plays in the default video mode instead of the shorts interface
pineapplelover@lemmy.dbzer0.com · 6 pts · 176d
Asking for a friend, how do you do this?
Korne127@lemmy.world · 8 pts · 176d
Instead of
https://www.youtube.com/shorts/<xxx>, dohttps://www.youtube.com/watch?v<xxx>There is an equals sign (=) between v and , but for some reason lemmy keeps removing it
excral@feddit.org · 11 pts · 176d
I usually change it to
https://youtu.be/<xxx>which works just the same, but is shorter and easier to editbrown567@sh.itjust.works · 3 pts · 175d
This is what I do =)
T156@lemmy.world · 8 pts · 175d
You can also use
https://www.youtube.com/v/<xxx>. It's the old video link structure, but it still works just fine. It's easier to change it too, since a lot of devices can select text by the word.Blemish5236@lemmy.world · 5 pts · 175d
Korne127@lemmy.world · 1 pts · 175d
Nope, that doesn't work
I tried it and then only the \ is displayed
Blemish5236@lemmy.world · 1 pts · 174d
Blemish5236@lemmy.world · 1 pts · 174d
pineapplelover@lemmy.dbzer0.com · 1 pts · 175d
Epic
waitmarks@lemmy.world · 1 pts · 176d
Korne127@lemmy.world · 1 pts · 176d
Tartas1995@discuss.tchncs.de · 1 pts · 175d
I just remove the tracker
merc@sh.itjust.works · 24 pts · 176d
The trick is knowing which parameters are the necessary ones, and which are for tracking.
victorz@lemmy.world · 13 pts · 176d
utm_sourceigshsiJust delete that shit. Please add more, people who knows of others!
Krzd@lemmy.world · 3 pts · 176d
Everything after and including the ? is unnecessary. 99.9% of the time you can delete that shit (Except for YouTube, cause why the fuck should things be easy)
shoki@lemmy.world · 5 pts · 176d
for youtube you can remove everything starting from the first
&. it just needs thev=zBGlI4DKlL4parametermsage@programming.dev · 1 pts · 175d
Unless you're sharing a playlist
victorz@lemmy.world · 4 pts · 176d
I mean, this is obviously a generalization. Search parameters have a legitimate use. But they are abused, of course.
carpelbridgesyndrome@sh.itjust.works · 1 pts · 176d
Gift article links are the exception. Unfortunately they tend to come with a utm_source that needs removing.
BlackPenguins@lemmy.world · 1 pts · 175d
Ya the fact YouTube hasn't built the ID into the URL by now is crazy. Even porn sites do this.
recklessengagement@lemmy.world · 23 pts · 176d
I call these "tainted links" which seems to get the point across pretty well to my friends. Started doing it when youtube began adding tracking info to every shared link
SchwertImStein@lemmy.dbzer0.com · 4 pts · 176d
then there is the Spotify way, where every sharer gets a unique link
recklessengagement@lemmy.world · 2 pts · 176d
Spotify and youtube use the same share link formatting, if not the same system.
SchwertImStein@lemmy.dbzer0.com · 2 pts · 175d
If two people send you a yt link os it the same link?
recklessengagement@lemmy.world · 1 pts · 175d
I never directly compared the numbers, I just recognized that the URL formatting is the same. Particularly:
[Regular URL]?si=64836474738292974
is appended at the end of both.
remotedev@lemmy.ca · 20 pts · 176d
I noticed tiktok videos my wife sent me would work in the browser if I removed the param queries, since I refuse to download the app. So I made a Firefox browser extension to do it automatically for me when I click one.
TheMinions@lemmy.dbzer0.com · 5 pts · 176d
What’s the extension name? I have this exact same issue.
Edit: does it also work for Instagram reels?
remotedev@lemmy.ca · 3 pts · 175d
It's called noQuery, I think I had aspirations of updating it more to be more versatile lol but never got around to it again. I could look into that though, I need to update it to work with photos on tiktok also not just video.
Let me know if it doesn't work, I never had plans of it really going public lol
Linktank@lemmy.today · 11 pts · 176d
Can someone explain the issue here? Genuinely, please educate me about this.
What are the queries and why don't we like them?
Honytawk@feddit.nl · 21 pts · 176d
If you browse the web and want to send a URL to a friend.
Make sure to delete the question mark and every single character after it.
Everything before is the real URL and will link to the same webpage.
Everything after are tracking numbers and other parameters that aren't needed. They make the URL longer, but also allow tracking between devices.
DaCrazyJamez@sh.itjust.works · 8 pts · 176d
There is one unfortunate exception to this rule, and that is "?v=.........."
which, for some video platforms, is the actual reference ti which video it is supposed to play.
brown567@sh.itjust.works · 2 pts · 176d
For YouTube, https://www.youtube.com/watch?v=dQw4w9WgXcQ can actually be edited down to https://youtu.be/dQw4w9WgXcQ
tja@sh.itjust.works · 2 pts · 176d
Not everything. Sometimes it is needed. So you have to experiment what is working
user224@lemmy.sdf.org · 10 pts · 176d
Tracking, trying to link people together.
masinko@lemmy.world · 8 pts · 176d
You ever copy a link and it's like 3 paragraphs long? Most likely, most of that link is has additional query string parameters that's used for tracking. You could probably remove most of, if not everything after the '?' in those URLs, and it will work fine, but remove all the tracking info.
PmMeFrogMemes@lemmy.world · 2 pts · 175d
just to add on to what folks have said, here's a specific example:
You copy a YouTube link and send to a friend. The link ends with
&sid=12345678Youtube knows who you are and it knows who your friend is. When it creates the link it knows "Linktank created link 12345678"
When your friend opens the link, now YouTube knows "this person has some relation to Linktank."
With this YouTube can find out who you know and what you share with each other, without you ever having to tell them directly. Whether that's something you're ok with is up to you.
MonkderVierte@lemmy.zip · 2 pts · 176d
Link-tracking. (the next blog post can explain this 100x better than me)
aeronmelon@lemmy.world · 10 pts · 176d
If you send me a link with a question mark in the URL, we ain’t friends anymore.
wander1236@sh.itjust.works · 18 pts · 176d
You must be getting sent to the YouTube homepage a lot
edgemaster72@lemmy.world · 8 pts · 176d
You guys don't pointlessly change
watch?v=tov/just to maintain friendships?CXORA@aussie.zone · 1 pts · 175d
Im sorry I dont want to duplicate the product page for every item in our inventory.
BlackPenguins@lemmy.world · 2 pts · 175d
You don't have to. URL routing can extract IDs from the URL and redirect to a single page.
SnoringEarthworm@sh.itjust.works · 10 pts · 176d
video.com/watch?v=have-you-seen-this-yet=no&?length=2-fucking-hours
victorz@lemmy.world · 5 pts · 176d
You don't need a second
?, any subsequent search parameters are added only with&.sheridan@lemmy.world · 9 pts · 176d
I made an iOS shortcut just for sending YouTube links that strips out any tracking codes in the url.
muntedcrocodile@hilariouschaos.com · 7 pts · 176d
https://f-droid.org/packages/com.trianguloy.urlchecker
I set this as my default for all links. Its makes doing this kind of thing way easy.
davidgro@lemmy.world · 3 pts · 176d
I consider it the best Android app. No qualifiers.
washbasin@sh.itjust.works · 5 pts · 176d
You can remove (most) parameters with uBlock Origin and adding this to your Filter List. https://github.com/DandelionSprout/adfilt/blob/master/ClearURLs%20for%20uBo/clear_urls_uboified.txt
village604@adultswim.fan · 7 pts · 176d
For a few months now my phone's keyboard will give me the option to paste a link without all of the bullshit. It's pretty nice
washbasin@sh.itjust.works · 3 pts · 175d
That's dope. What keyboard do you use?
village604@adultswim.fan · 1 pts · 175d
Just the stock one on the Pixel. It doesn't always offer the cleaned links, but I think it does it each time you choose "copy to clipboard" from the share menu.
CannedYeet@lemmy.world · 3 pts · 175d
I'm tired of being tracked by these urchins
chaotic_ugly@lemmy.zip · 2 pts · 176d
Tarnhelm for Android. 👍🏻
leds@feddit.dk · 1 pts · 171d
What until they add a checksum to the url and refuse to open the link when checksum doesn't match so you can no longer modify the URL ( don't give them any ideas)
macaw_dean_settle@lemmy.world · 1 pts · 175d
*Acided.