firefox also isn't immune
firefox also isn't immune
firefox also isn't immune
I actually would be pretty happy if my browser could detect and block ads.
But they put a fuck ton of work in to not only NOT do that, they expend material efforts fucking with extensions and other tooling that provide that functionality.
Blocklists are a much more efficient way to do this, and TBH many "traditional" adblockers are still huge performance hogs. Ublock is an exception in this regard due to webassembly and its explicit dedication to lightness.
Vision models are a pretty good way to build sponsorblock/adblock databases though, and maybe even engineer HTML workarounds automatically. It would be cool if you, say, encounter an ad or a dysfunctional web page, and you can opt-in to automatically contribute a fix with your own compute.
I always assumed adblocks already were first-passing against known-advertizing patterns and then rewriting the DOM on the fly. I'm surprised that a vision model would be more performant given that it's still going to have to adjust the DOM anyways.
I’m talking theoretically, heh, I don’t think anyone actually does that yet.
And I am just talking edge cases where existing blockers fail and there’s no manpower to figure out a customization.