-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add YouTube si param (JS) to copy clean link filter #33037
Comments
cc: @fmarier |
That's interesting, if I share a video while logged in, I get this (no https://youtu.be/dQw4w9WgXcQ?feature=shared but if I share a video while logged out (in a private window), then I do get the https://youtu.be/dQw4w9WgXcQ?si=YjziZuccJeIE-b6z It's a different ID if I open another private window: https://youtu.be/dQw4w9WgXcQ?si=-L1iutc6oF6I9fkR @cadatoiva Do you see the same thing as me or is it perhaps related to something in my Google account settings? |
Also add the short domain youtu.be. Sample URLs: - https://youtu.be/dQw4w9WgXcQ?si=YjziZuccJeIE-b6z - https://youtu.be/dQw4w9WgXcQ?feature=shared Originally reported on brave/brave-browser#33037.
@fmarier The si param shows up in all cases for me, logged in or not. From what I've seen, the si param is meant to be some kind of unique tracking param based on who, from which page, and how the link was shared for more detailed analytics. It changes almost every time you click share. |
Note: this issue is about extending the copy-clean link feature to hook into the "copy to clipboard" JS code (what gets triggered when clicking YouTube's copy button instead of using regular copy/paste). The regular copy-clean link list has already been updated in brave/adblock-lists#1317. |
Note that this also affects Instagram: #35094 |
Test plan is (in a private window):
Actual:
Expected:
The |
#1852) This is the supporting file for brave/brave-browser#33037.
This is the supporting file for brave/brave-browser#33037.
Verification
Verified using the testplan from brave/brave-core#24207 (comment) Note: currently step 4 modification is needed to pass this test as per @boocmp. Once the bug is fixed, no need to do modify the Normal window
Private windowVerified using the STR from #33037 (comment)
confirmed contents without
|
Fix for that is here: brave/adblock-lists#1879 |
Verification
Reverified the issue with the fix brave/adblock-lists#1879 Normal window - PASSED
Private window - PASSEDVerified using the STR from #33037 (comment)
confirmed contents without
|
Description
SI (Source ID?) is a new query parameter found in YouTube share links when using their native share feature. I'd like to see it added to the filter for the Copy Clean Link feature.
Brave version (brave://version info)
1.58.124 Chromium: 117.0.5938.62 (Official Build) (64-bit)
Miscellaneous Information:
There is a tampermonkey script already made that also removes if from the share window entirely as if YouTube never changed the feature, for reference: https://github.com/Xenorio/YTShareAntiTrack
Is it also possible to get something similar to this included natively? Or to override the default javascript copy functions used by the copy button on the site to utilize copy clean link?
The text was updated successfully, but these errors were encountered: