Live data from Hacker News

Does uBlock Origin bypass the latest YouTube anti-adblock script?

drhyperion451.github.io

11–20 of 486 posts

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#11
post #3

I've never had an issue with Firefox

Firefox doesn't give me issues while logged out. But I've been blocked whilst logged in. Usually a uBlock update is available or I clear my caches and that fixes it.

I like being logged in because I like to track what I've watched. So it's annoying to lose that when logging out. It'd be nice to have an extension that provides watch history independently of YouTube, so that I don't need to login.

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#12
post #5

at time of writing, this says NO, but according to the text, "uBlock Origin could still work on YouTube. Not all YT updates are targeted against uBO's solutions." so shouldn't it say MAYBE?

Just under that it says

> A different ID doesn't always mean the detection will occur.

So that definitely seems to be the case according to everything except the "NO"

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#15
post #3

I've never had an issue with Firefox

Firefox doesn't give me issues while logged out. But I've been blocked whilst logged in. Usually a uBlock update is available or I clear my caches and that fixes it. I like being logged in because I like to track what I've watched. So it's annoying to lose that when logging out. It'd be nice to have an extension that provides watch history independently of YouTube, so that I don't need to login.

I'm the opposite. I'm happy to pay for premium when logged in, but I don't like the echo chamber being built so I prefer to watch logged out, in which case I'd get ads without the adblocks

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#16
post #3

I've never had an issue with Firefox

Firefox doesn't give me issues while logged out. But I've been blocked whilst logged in. Usually a uBlock update is available or I clear my caches and that fixes it. I like being logged in because I like to track what I've watched. So it's annoying to lose that when logging out. It'd be nice to have an extension that provides watch history independently of YouTube, so that I don't need to login.

Clear cookies and site data for YT and login again.

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#17
post #2

My current work-around is https://deturl.com/ and then click 'clean viewer'. Changing a video URL from www.youtube.com to www.pwnyoutube.com redirects there. Example https://www.pwnyoutube.com/watch?v=dQw4w9WgXcQ

Does YouTube show ads in the embedded player? Wouldn't it be easy to make an extension where you can click a button in YouTube when an ad pops up, and it moves the video into an embedded player on a localhost domain? (Or even the extension's local chrome-extension:// domain)

I guess YouTube could always block that domain from embedding videos, but if the extension allowed the user to set a custom domain from /etc/hosts, I'm not sure Google could stop it unless they forbid embedding on hosts that resolve to loopback address.

Re: Does uBlock Origin bypass the latest YouTube anti-adblock script?

#19
post #2

My current work-around is https://deturl.com/ and then click 'clean viewer'. Changing a video URL from www.youtube.com to www.pwnyoutube.com redirects there. Example https://www.pwnyoutube.com/watch?v=dQw4w9WgXcQ

or just create a new bookmark with:

javascript:void(location.href='https://deturl.com/play.php?v='+location.href.split('=')[1])

when you're on a yt video click it and it will redirect using the id

Post reply on HN