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

top 50 comments

sorted by: hot top controversial new old
[–] 284 points 2 years ago (9 children)

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

  • source
  • hideshow 12 child comments
  • [–] 103 points 2 years ago (43 children)

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

  • source
  • parent
  • hideshow 44 child comments
  • [–] 23 points 2 years ago (2 children)

    Because it's different for every website.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 16 points 2 years ago

    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).

  • source
  • parent
  • load more comments (1 reply)
  • load more comments (42 replies)
  • [–] 54 points 2 years ago (2 children)

    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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 35 points 2 years ago* (2 children)

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

  • source
  • parent
  • hideshow 4 child comments
  • [+] 14 points 2 years ago* (last edited 2 years ago) (4 children)
  • load more comments (3 replies)
  • load more comments (1 reply)
  • load more comments (6 replies)
    [–] 103 points 2 years ago* (last edited 2 years ago) (1 child)

    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 :)

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 50 points 2 years ago* (last edited 2 years ago) (3 children)

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

  • source
  • hideshow 5 child comments
  • load more comments (1 reply)
    [–] 41 points 2 years ago

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

  • source
  • [–] 37 points 2 years ago* (last edited 2 years ago)

    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: lord-bezos-amused product links are a major offender here.

  • source
  • [–] 29 points 2 years ago (2 children)

    Indeed. I use Léon on Android, very straightforward, open source, and easy to install and configure...

    https://github.com/svenjacobs/leon

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 29 points 2 years ago

    Agreed. Recently youtube started adding tracking parameters (?si=) to their share links. I always clean them up.

  • source
  • [–] 27 points 2 years ago

    This would be a good feature add to Lemmy. Clean pre-post.

  • source
  • [–] 24 points 2 years ago (2 children)

    Yeah I always mention it when people send a link with all the extra stuff, how you can usually delete everything past the question mark

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 23 points 2 years ago (2 children)

    People barely know what a browser is, you cant expect them to know what an url is, let alone what clearing it is

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 22 points 2 years ago (9 children)

    If you get them to install ClearUrls in their browser (Firefox, not Firefox), they can copy/paste URLs directly from their URL bar and the URL will be clean with no extra effort.

    I keep it enabled in all my browser profiles pretty much always

  • source
  • hideshow 9 child comments
  • load more comments (9 replies)
    [–] 18 points 2 years ago* (last edited 2 years ago) (1 child)
    load more comments (1 reply)
    [–] 15 points 2 years ago

    I wish websites would clean their URLs

  • source
  • [–] 15 points 2 years ago (2 children)

    Interesting, I never really thought about this before. I wonder if there’s a clipboard manager that does this automatically?

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 14 points 2 years ago

    I thought I was alone in my windmill-tilting on this one! Nice to see there are others who clean URLs of unnecessary querystring parameters

  • source
  • [–] 14 points 2 years ago

    The OCD part of me really wants to clean up those URLs simply because the link becomes a massive novella of garbage that's harder to read than Yu-Gi-Oh card text.

  • source
  • [–] 12 points 2 years ago (1 child)

    I do this because I hate super long URL's, but is this actually a problem for privacy? Does it not actually fuck with the tracking because now two separate people have got the same tracking Params? (Genuine question).

  • source
  • hideshow 2 child comments
  • [–] 12 points 2 years ago (2 children)

    On Android, LinkSheet supports cleaning URLs. It's an awesome tool in general.

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 12 points 2 years ago

    I try to do it. Mainly i see a lot of ?utm_source shit and kill it.

  • source
  • [+] 11 points 2 years ago* (last edited 2 years ago) (1 child)
    load more comments (1 reply)
    [–] 11 points 2 years ago

    Filter cleaner should be built into the browser.

  • source
  • [–] 8 points 2 years ago

    unfortunately most people don't know what a url is.

    gui was a mistake, or something.

  • source
  • load more comments
    view more: next ›