I see a lot of people, including friends and family, sharing URLs rife with tracking parameters.

I feel alone in making sure that I’m sharing the cleanest possible URLs to others. For example, checking if the URLs are shortened to hide plenty of tracking params.

Just need to vent, thanks for reading.

Edit: adding some context for future references.

By using url tracking params, tech companies can track who shares the content and who clicks on that specific shared urls. A simple but effective tracking method.

Try sharing Instagram post or YouTube video from the apps.

Instagram adds ‘igshid=’ . YouTube adds ‘si=’.

If you share the same IG or YouTube content from different accounts. The ‘igshid’, ‘si’ value will be different.

This can be used to tag who shares it, and who clicks on that specific url param value.

TikTok hides a ton of such params behind shortened url. Try expanding tiktok shared urls.

If you use android, use this app to expand, analyze and clean up urls https://github.com/TrianguloY/UrlChecker

If you use Firefox (you should), install ublock origin and add this url tracking filter maintained by adguard: https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt

281 points

Friends and family don’t know what cleaning a URL means. Nobody does.

permalink
report
reply
101 points

And ironic that OP doesn’t share how to clean them.

permalink
report
parent
reply
23 points

Because it’s different for every website.

permalink
report
parent
reply
16 points

There’s a lot of common patterns, but you have to understand how URLs work. You have to recognize which URL parameters are tracking ones or even just might be tracking. And that means you have to know how they work and that takes a moment.

In brief, URL parameters start after a ? in the URL and are formatted like key1=values&key2=value2. You can’t usually remove all parameters because not all are tracking. To further complicate things, URLs can also have an anchor starting with a # character which will be after the URL parameters. You often don’t want to remove that (though theoretically the anchor could in fact contain tracking details).

It’s often trial and error to see which parameters you can remove. I do this a lot since I write a lot of technical documentation. Clean URLs make the documentation more compact and less likely to break. It’s not just tracking stuff, but sometimes you need to remove temporal data that makes a page display data from a specific time when you want it to just default to the current time (etc).

permalink
report
parent
reply
2 points
*
Deleted by creator
permalink
report
parent
reply
7 points
*

On YouTube links, delete anything after the ?

Someone post the next website

permalink
report
parent
reply
37 points

That’s terrible advice, you’d just be left with

https://youtube.com/watch

You need the “?v=” and the jumble of letters immediately after.

For example: https://youtube.com/watch?v=dQw4w9WgXcQ

permalink
report
parent
reply
2 points
1 point

also kinda common sense if you know anything about urls

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
1 point

Remove everything after the question mark.

permalink
report
parent
reply
22 points

This may work for sharing links to static content, but it is terrible advice for anything interactive. That removes all URL params and will break lots of interactive sites.

permalink
report
parent
reply
-17 points

Because I don’t expect the target audience to be here in /c/privacy

permalink
report
parent
reply
30 points

You don’t think anyone is here to learn how to be more private on the Internet? You just expect everyone to already know everything

permalink
report
parent
reply
54 points

I had someone watch me edit a URL in the address bar and she clearly thought I was just fucking around, because there was no possible way that any human could edit the Matrix language up there and accomplish anything productive.

permalink
report
parent
reply
35 points
*

That’s part of my point. Most people just don’t know.
That’s like telling someone to just tune their carburator.

permalink
report
parent
reply
16 points

inb4 you get an indignant reply suggesting that carburetor tuning is a must-have skill for absolutely anyone who owns anything that has one

permalink
report
parent
reply
14 points

I mean carburetor tuning is a must-have skill for absolutely anyone who has one. Otherwise you can never be sure that you are getting an ideal fuel-air mixture, and the ratio changes over time with the temperature, humidity, seasons, etc. Really, it’s irresponsible to not know how to do this if you have a car with a carburetor.

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
9 points

They don’t necessarily need to; hopefully we can help people install uBlock Origin which removes tracking query parameters from URLs. See privacy.txt

permalink
report
parent
reply

That’s why I always install ClearURLs on my family members computers

permalink
report
parent
reply
3 points

Thank you for the suggestion. Downloaded

permalink
report
parent
reply
3 points

Great extension and good recommend

permalink
report
parent
reply
2 points
*
Deleted by creator
permalink
report
parent
reply

You’re right

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
101 points
*

Thankfully uBlock Origin removes those parameters for us. The default filters include a whole bunch of removeparam filters; e.g. privacy.txt See also removeparam.

Maybe you could help your friends and family install Firefox and/or uBlock Origin? Every little bit helps :)

permalink
report
reply
2 points

As long as they don’t link them to those links, thereby confusing them to the point of being completely turned off to the idea

permalink
report
parent
reply
50 points
*

To be honest 99% of people, certainly including me, probably don’t recognize tracking elements in a URL unless they’re like affiliate links.

permalink
report
reply
13 points

If people were really good at removing that info, they’d probably create a unique hash including all that data that we wouldn’t be able to edit.

permalink
report
parent
reply
8 points

I mean, I’ve seen companies start shortening links with the tracking info inside it. Amazon and Spotify are ones I see frequently

permalink
report
parent
reply
3 points

There it is :/

permalink
report
parent
reply
13 points

Pretty much all junk which isn’t human readable is tracking info

permalink
report
parent
reply
3 points

Hard to follow that as a rule. Consider any YouTube video, the video id isn’t exactly human readable.

permalink
report
parent
reply
6 points

Actually it’s pretty easy. While not necessarily universally true, 98% of the time if there is a question mark everything after it is completely useless and can be removed.

for example of youtube, if you just use the share link from mobile you will get something like this

https://youtu.be/NMGQnFr0wMI?si=wcY56UThMAL6qkeg

However the only thing needed is

https://youtu.be/NMGQnFr0wMI

discord is similar, share a picture and you get shit like

https://media.discordapp.net/attachments/425755272191934466/1160245184110526586/1696478537347025.png?ex=6533f588&is=65218088&hm=99b1064b483405f42e2f8d18b7c01fc55934434d9178c5cf8d5611870d8a34e4&

but all that’s needed is

https://media.discordapp.net/attachments/425755272191934466/1160245184110526586/1696478537347025.png

the ? is almost always used as an escape from the actual url. So if you see a question mark, Just remove everything after it and things will most likely still work.

permalink
report
parent
reply
2 points

Yeah it doesn’t work for every website, but it’s an okay starting point

permalink
report
parent
reply
6 points

I’m aware that with most privacy issues, a lot of people have limited understanding about it. Hell, I’m probably ignorant on many other privacy issues outside of this topic.

permalink
report
parent
reply
41 points

Phones and chrome are designed to prevent people from noticing that they’re being tracked and helping big tech track others

permalink
report
reply
37 points
*

It’s not just safer, they’re nicer to look at too. I hate seeing a 20 character URL followed by a ? and 200 characters.

Edit: product links are a major offender here.

permalink
report
reply

Privacy

!privacy@lemmy.ml

Create post

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

  • Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
  • Don’t promote proprietary software
  • Try to keep things on topic
  • If you have a question, please try searching for previous discussions, maybe it has already been answered
  • Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
  • Be nice :)

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

Community stats

  • 4.6K

    Monthly active users

  • 2.9K

    Posts

  • 77K

    Comments