you likely have a filter list that uses removeparam
rules to clean urls from tracking stuff:
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#removeparam
For example, I found these rules in "uBlock filters – Privacy" list which is included by default in uBO:
! youtube.com - Copy video URL at its search result via mouse right click.
||youtube.com^$removeparam=pp
||youtu.be^$removeparam=si
Comment has been collapsed.
How exactly does the ublock filter work? I have ublock and Adguard URL Tracking filter enabled. When I copy and paste the link it still includes the tracking parameter.
edit: is it when you paste the tracked link into the url bar and click enter it removes it for you?
Comment has been collapsed.
Yes, it should "rewrite" the url before a network request is made. From uBO wiki:
removeparam is a modifier option (like csp) in that it does not cause a network request to be blocked but rather becomes modified before being emitted.
To verify, open a new tab with the browser console open (F12), go to "network" to watch network requests made as you paste the url, you should see the request sent without the "si" param, I just tried it in Firefox+uBO
Comment has been collapsed.
it's doing that, it's just that the youtu.be
domain is itself a url shortener that redirects to youtube.com
, so you're not seeing the initial url trimming
it goes like this:
https://youtu.be/abc123?si=blabla -> (rewrite) -> https://youtu.be/abc123 -> (redirect) -> https://www.youtube.com/watch?v=abc123
Comment has been collapsed.
PC has a NewPipe equivalent now, with optional Invidious and Sponsor Block integration for those that want to cut ties with YouTube accounts and tracking: https://freetubeapp.io/
Comment has been collapsed.
I use LibRedirect and it does indeed have a setting for FreeTube, didn't know about that. Good to know, thanks.
Comment has been collapsed.
Thanks for the heads up. I really dislike how intrusive things are getting in general, not just go / ooble.
Comment has been collapsed.
Thanks for the app on Android. This is the trend with updates and software, but It's great to know someone care.
Comment has been collapsed.
It's a nice reminder to everyone that they generally need to sanitize links before sharing them. Not just because of UTM parameters, but also just to keep links shorter. I hate receiving someones Google search query link that's 500 characters long, lol.
Comment has been collapsed.
I fucking knew it! I always delete all garbage after video id. Thanks for the heads up.
Comment has been collapsed.
Wait... people actually share Youtube videos?
I always just copy a youtube videos address and send it to people, I didn't even know about "sharing" the video link, lol.
Oh damn, there's a share button below the video, LOL, I NEVER paid any attention to that
Comment has been collapsed.
You can use it to send video with parameter where to start playing. For example video is 1 hour long, and you want send link, that will start video at 15:34 :)
Quite useful at times, but I guess we just can't have nice things without corpos looking inside our ass.
Comment has been collapsed.
I didn't know that xD Thanks for telling me something new :)
Comment has been collapsed.
I just copied the link to a movie trailer on YouTube: https :// www.youtube.com /watch?v=cMVBi_e8o-Y&ab_channel=Netflix
[I inserted some spaces so it doesn't convert to a video]
I don't see this part:
This encrypted identifier starts with "si=" in the link
Comment has been collapsed.
39 Comments - Last post 8 minutes ago by Mondtaube
1,518 Comments - Last post 9 minutes ago by ayuinaba
16,291 Comments - Last post 13 minutes ago by WaxWorm
517 Comments - Last post 1 hour ago by Marius11
372 Comments - Last post 1 hour ago by Marius11
449 Comments - Last post 1 hour ago by Marius11
55 Comments - Last post 4 hours ago by XfinityX
3 Comments - Last post 1 minute ago by LittleBibo1
61 Comments - Last post 10 minutes ago by rurnhani
164 Comments - Last post 12 minutes ago by Fitz10024
191 Comments - Last post 15 minutes ago by Hawkingmeister
60 Comments - Last post 29 minutes ago by m0r1arty
6,931 Comments - Last post 33 minutes ago by NeverOnline
724 Comments - Last post 38 minutes ago by MaximLacroix
YouTube started adding tracking parameters unique to your account to your shared links so it can be traced back to you. Meaning, they will know whom you share it with, who interacts with it, which accounts on other websites use the same parameter. Basically if you share a YT video here with a link created with your unique identifiers, Google will tie your SG account with your Google accounts.
This encrypted identifier starts with "si=" in the link, looks like this. It's easy to get rid of it on PC by either deleting that part before sharing or Firefox has a new feature for this kind of situations (Copy Without Site Tracking).
It's tricky on mobile. Youtube's mobile app will add your parameters to your shared links. For Android you can use something like NewPipe to prevent this.
Edit: Using uBlock Origin will block it for you out of the box (thanks to ormax3).
Edit 2: You can use FreeTube on desktop. it will track your subscriptions, history, saved videos, on a local account. (thanks to AzureFang).
Also you can use LibRedirect add-on to set YouTube links to open in FreeTube.
Comment has been collapsed.