Pro tip: clean YouTube links. When you get a link from YT, it includes an ID tracking back to YOU. It's a "query string" on the end of the URL like this:
...?si=[tracker_ID_here]
This ID allows YouTube (and their owner, Google, and *their* owner, Alphabet, and ALL of their associates) to track the people who click on the link, and the apps they used, back to you, building a network of none-of-their-business.
Good news: DELETE the "?si=..." part & the link works just fine without the tracking.
[edited to fix overly broad proclamations]
Not just YouTube! That ? in a URL often means “the rest of this is not essential”. You may need it for, say, keeping your browser aware that your shopping cart has 4 items in it, or for TicketBastard to know you are 8,762nd in the queue, but if you are sending an e-commerce site link to a friend as a gift idea in the middle of browsing? They don’t need any of that stuff. The ? usually signals the start of the spyware, on YT, Amazon, EBay, most e-commerce sites, you name it.
@dwenius This is perhaps a *little* overstated. I'm a retired software architect here, so believe me there are many good and unharmful uses for query strings, so let's not go overboard. But you're quite right that in many cases they are not absolutely necessary for a given site or page.
To test what is needed and what is not, I will often paste a URL into the Address bar of the browser, try removing a chunk of a suspicious query string, hit Enter and see if it takes me where I want to be.
@VisualStuart @dwenius A significant number of such strings involve the source of the link, though, and if I clicked on a link from my private e-mail I'd want to take out everything after and including the ?.
Yup. Webdev here and it seems OP is confusing cookies and url parameters. Most of those "?" are used for QoL or either necessary stuff like the time in Youtube's link so you can link a video to your friend at an exact time code ;)
In our tool I often use those to keep track of the selected tab (on website not the browser ones)
Edit: sorry for the confusion, by OP I meant Dwenius, the op of this comment thread, not op of the top post^^'
@Beldarak @dwenius I am the OP on this thread and I am not confusing query string parameters with cookies.
The si parameter in the query string on YouTube links is used to track to the user who copied the share URL. And that has nothing to do with cookies.
I have repeatedly stated here that not all query string parameters are superfluous or harmful, so maybe you could clarify your statement?
@VisualStuart @Beldarak Pretty sure he was referring to my overstated follow-up not your OP post. I’ll go adjust my reply :)
@dwenius @VisualStuart Oh yeah, sorry, I meant OP in the context of the comment thread but that was super confusing and a bad usage of the term :D
I'll edit my post