733
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Oct 2023
733 points (96.9% liked)
Privacy
31601 readers
201 users here now
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
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
Friends and family don't know what cleaning a URL means. Nobody does.
And ironic that OP doesn't share how to clean them.
Because it's different for every website.
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).
On YouTube links, delete anything after the ?
Someone post the next website
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
XcQ, link stays blue
Here is an alternative Piped link(s):
https://piped.video/watch
https://piped.video/watch?v=dQw4w9WgXcQ
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source; check me out at GitHub.
They're talking about the query param that gets added when using the Share button: https://youtu.be/dQw4w9WgXcQ?si=dwX01vG-EivlOoYe - the ?si=... should be removed.
That shit is so annoying and they just started to add it.
I have memorized this link so I know what is rickroll without opening it.
Is it really? It reliably protects people from all the garbage content on youtube.
Wait shit you're right. I'm too used to the mobile links that have the ID after the slash
www.urlex.org
Remove everything after the question mark.
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.
What would be considered interactive vs static? How would I explain that to someone, for example?
Most things you share will be static. These are things like news articles and webcomics where the output of the page is always the same no matter what you do. Things like google searches or YouTube links that are different depending on some way you interact with the site are dynamic. If you search for “apples” in google you’ll get different results than if you search for “oranges.” If you share the apple search with someone, your apple text will be coded as a parameter after the ?. If you strip that off they’d go to google.com and not see any apples. Trackers and other surveillance tools are also captured in the query params so for dynamic content it can be tricky to know which params to remove and which to keep. For static content you can just remove them all because the content doesn’t change based on the params you pass it
Very helpful, thank you
Like a YouTube link with a timecode, for example
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.
That's part of my point. Most people just don't know.
That's like telling someone to just tune their carburator.
inb4 you get an indignant reply suggesting that carburetor tuning is a must-have skill for absolutely anyone who owns anything that has one
LOL, wait, is it copypasta or does that guy just post that a lot?
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.
Brake line bleeding is a must-have skill for anyone with brakes. Otherwise you can never be sure not to have air in the brake lines. Really it's irresponsible not to know how to do this if you have a vehicle with idraulic brakes.
Or you can get your mechanic to do it. It's not like brakes get air bubbles during normal operation, it's only a risk when working on the brakes in any other way
(Was your comment a poke at the previous one, pointing out that one doesn't really need those skills? If so I think it's reasonable for a person with a carburettor vehicle to learn how to tune it, as the skills are becoming rare)
Being able to adjust your sarcasm detector is a must-have skill. Sarcasm levels fluctuate wildly depending on platform, community, season, and topic. Otherwise you can never know if you're making an ass of yourself when replying to other comments. Really, it's irresponsible to partake in social media without a finely tuned sarcasm detector.
I take it you missed my bracketed comment acknowledging it was probably sarcastic.
I take it you missed that the "previous one" was also sarcasm.
LMFAO, I'm actually dying over here. 😂
They don't necessarily need to; hopefully we can help people install uBlock Origin which removes tracking query parameters from URLs. See privacy.txt
That's why I always install ClearURLs on my family members computers
Great extension and good recommend
Thank you for the suggestion. Downloaded