-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Suggestion] YouTube support #38
Comments
I looked at a random video with a link in the description (https://www.youtube.com/watch?v=y7h_B7UPaYI) and found the following example:
I suppose that the logic from my extension is generic enough that it can work for YouTube, with some small modifications. I'm not going to add this to my extension, however, because it requires a new extension permission (access to youtube). When a new permission is requested, Chrome disables the extension unil the permission change is explicitly approved (and Firefox pauses updates until explicitly approved). There are alternatives (optional permissions + dynamic content scripts), but that incurs some performance cost. Links in YouTube descriptions are often not the real URLs anyway. They are often shortened links redirecting to the actual destination, loaded with trackers (affiliate links) to support the content creator who published the video. |
Can also be extended into removing |
Also there is the |
Look at this example, in the description of: Only the thing inside |
When clicking a link in the description of any YouTube video, it first redirects you to
youtube.com/redirect
and from there to your desired location.As Google and YouTube belong together it's kind of useless preventing being tracked by google.com but when clicking a link through YouTube they still track you.
It would be nice if this addon could also prevent YouTube from modifying links.
The text was updated successfully, but these errors were encountered: