Earlier quoted context omitted.
I use Wipr as a content blocker on both macOS and iOS. I never see ads on YouTube. But I've always felt that it might not be enough some day. Perhaps that day is nearly here.
I've been using Wipr. I've been getting the white placeholder screen for just about a year now. Every one in a while I get actual ads getting thru, before a new update fixes it.
YouTube ads in Safari: you see them now, will you see them in the future?
61–70 of 282 posts
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#62There's some misconceptions being put forth in the article which I, as a developer of a Safari ad blocker, would like to address. Content blockers are limited by design to ensure privacy and speed, but they may work together with other kinds of Safari extension. So, when AdGuard guys say that the only debugging tool you can use is Console, know that this isn’t true. There’s SFSafariExtensionHandler API which you can…
The big controversy some time back when Chrome wanted to implement a limit just like this with Manifest v3 says otherwise. This was both from users and adblock developers and it is exactly as bad as people said it would be. Saying it is a good idea because of privacy risks is completely off the rails. Sure you might run a tiny risk but without a proper adblocker like uBlock you do run a risk on every single webpage you open and unlike a good adblokcer you have no idea if you can trust a webpage until after they have already harvested everything they can about you. You cannot uninstall yourself from the thousands of databases you get added to to so it is in a totally other ballpark.
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#63There's some misconceptions being put forth in the article which I, as a developer of a Safari ad blocker, would like to address. Content blockers are limited by design to ensure privacy and speed, but they may work together with other kinds of Safari extension. So, when AdGuard guys say that the only debugging tool you can use is Console, know that this isn’t true. There’s SFSafariExtensionHandler API which you can…
As someone who contributed to the post we're discussing, let me please respond. > There’s SFSafariExtensionHandler API which you can use with blockers as another extension with higher privileges to track who blocked what. I am not sure what you mean here. This API (available only on macOS) does allow injecting scripts and stylesheets, it does not provide any feasible debugging tools. Granted, you may inject a script…
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#64Re: YouTube ads in Safari: you see them now, will you see them in the future?
#65It's because of things like this—not to mention the added overhead/middleman—that I think ad blocking at the DNS level is the best way to go. With both Android and iOS supporting encrypted DNS system-wide, blocking at the DNS level is more convenient than ever (mobile & wifi are covered, no need to set DNS for each wifi network, etc.). I realize of course, though, that DNS level blocking is mostly a non-starter with…
If, at some point, all we have is hostnames and url lists to block with, the ad folks will figure out how to unblock themselves.
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#66Earlier quoted context omitted.
As someone who contributed to the post we're discussing, let me please respond. > There’s SFSafariExtensionHandler API which you can use with blockers as another extension with higher privileges to track who blocked what. I am not sure what you mean here. This API (available only on macOS) does allow injecting scripts and stylesheets, it does not provide any feasible debugging tools. Granted, you may inject a script…
You may be amused to know that I debug my content blockers by keeping around a debug build if WebKit with a handful of breakpoints at the right spots to trace them. The experience really does suck…
At least developers can do that. But most of the people who maintain filter lists are not developers and cannot afford enjoying compiling WebKit for the sake of finding what exact rule has blocked this or hidden that.
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#67The battle between ad platforms and users is going to be never ending. For YouTube, the _right_ thing to do is to pay for the premium option which removes ads. Otherwise as difficult as it is to say, you are getting something for nothing and people do make a living from YouTube videos. Ok, maybe you can contribute to a patreon outside of YouTube, but you’re not going to do that for everyone and those videos are not s…
Serving videos without ads was how YouTube's monopoly was built. It became an ad platform later. That created an expectation that YouTube was a library in the public interest. Pre-2010 Google marketing had that public interest and internet stewardship angle to it. Serving content over the web assumes that the content will be downloaded by a browser for rendering. Control over what and how that content gets rendered i…
But what about the creator's expectation to get paid for their hard-earned views, to then pay for the gear purchased and the production of the entire video, including team members?
If you're really anti ads, don't take the content for free, find another piece of content that answers your ad-free philosophy.
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#68How do Firefox and Brave compare to Adguard or 1BlockerX?
Any other browsers out there that do a better job?
Re: YouTube ads in Safari: you see them now, will you see them in the future?
#69Re: YouTube ads in Safari: you see them now, will you see them in the future?
#70Has anyone used iOS browsers with adblocking built in? How do Firefox and Brave compare to Adguard or 1BlockerX? Any other browsers out there that do a better job?
There’s an important difference, these browsers can also run additional JS on web pages and partly compensate for missing content blocking capabilities. This could help to an extent, but I am not sure if the said browsers do that.