Great article! It's funny to finally see ad blockers go "mainstream". My dystopian-future fear is that that Web Assembly will be the end of ad blocking (and the end of a web of connected web sites). Big sites will eventually convert to essentially "a web browser inside a web browser" so they have total control over the content and how it's displayed. Then ad blocking (and other customization) will be limited to "the…
Actually, Web Components and Shadow DOM bother me more than Web Assembly. You cannot "pierce" into a shadow DOM from the outside and this creates an impenetrable barrier for content blockers. We've already seen examples of whole web pages transformed into a shadow-dom web component.
Are ad blockers doomed or have we already won? A history lesson
11–20 of 241 posts
Re: Are ad blockers doomed or have we already won? A history lesson
#12Please correct me if I am wrong here regarding Ghostery functionality: In current Firefox & Vivaldi versions it behaves as you would expect....blocks ads according to your settings for every tab load. But in chrome, the default behavior (assume chrome induced) appears to be to auto disable the plugin until you manually re-enable the plugin then reload the tab....repeat process for every new tab load. Do I have a Chro…
Re: Are ad blockers doomed or have we already won? A history lesson
#13I miss the days when barely anybody blocked ads. Those of us who did didn't have to worry with defeating anti ad block systems.
uBlock Origin is shockingly competent at defeating those "please turn off your adblocker" warnings.
Re: Are ad blockers doomed or have we already won? A history lesson
#14Great article! It's funny to finally see ad blockers go "mainstream". My dystopian-future fear is that that Web Assembly will be the end of ad blocking (and the end of a web of connected web sites). Big sites will eventually convert to essentially "a web browser inside a web browser" so they have total control over the content and how it's displayed. Then ad blocking (and other customization) will be limited to "the…
Actually, Web Components and Shadow DOM bother me more than Web Assembly. You cannot "pierce" into a shadow DOM from the outside and this creates an impenetrable barrier for content blockers. We've already seen examples of whole web pages transformed into a shadow-dom web component.
Why not? You can inject any script into a meta header on document start from an extension or do the same in an intercepting proxy.
Re: Are ad blockers doomed or have we already won? A history lesson
#15> The very beginning of ad blocking is the 90s, just when the ads appeared. In 1993, GNN, the very first web advertising service, was launched. Then in 1994, the first-ever banner was sold. In the blink of an eye, the online ad industry was worth billions of dollars. Double Click emerged, Yahoo started to sell ads. And that's when the very first ad blocker was created.
GNN (Global Network Navigator) was not an advertising service. It was the first commercial online magazine. O’Reilly & Associates, the publisher of GNN, wanted to see if a website like GNN could be supported through commercial sponsorship. GNN’s ads were informational — much more like whitepapers than a display ads. (Wired’s HotWired site, which launched at almost exactly the same time as GNN in the fall of 1993, invented the banner ad, which of course is what most adblocking tech has targeted. Cookies for tracking didn’t come along until later.)
Source: I worked on GNN as technical director, and in fact my first job there, in the summer of 1993 about a month before we launched, was to assemble the first ‘ad’ — a set of articles about intellectual property law, sponsored by the now-defunct Bay area law firm Heller Ehrman.
Re: Are ad blockers doomed or have we already won? A history lesson
#16Please correct me if I am wrong here regarding Ghostery functionality: In current Firefox & Vivaldi versions it behaves as you would expect....blocks ads according to your settings for every tab load. But in chrome, the default behavior (assume chrome induced) appears to be to auto disable the plugin until you manually re-enable the plugin then reload the tab....repeat process for every new tab load. Do I have a Chro…
https://github.com/Eloston/ungoogled-chromium
Re: Are ad blockers doomed or have we already won? A history lesson
#17Earlier quoted context omitted.
Yes, but doing so, they will lose the ability to be indexed, searched, archived and linked to. Like during the flash era. Which in turn will start a new trend of website that are "open". It's a cycle.
Plenty of sites already give Google something different from what they show everyone else, right?
Re: Are ad blockers doomed or have we already won? A history lesson
#18I miss the days when barely anybody blocked ads. Those of us who did didn't have to worry with defeating anti ad block systems.
uBlock Origin is shockingly competent at defeating those "please turn off your adblocker" warnings.
Re: Are ad blockers doomed or have we already won? A history lesson
#19Great article! It's funny to finally see ad blockers go "mainstream". My dystopian-future fear is that that Web Assembly will be the end of ad blocking (and the end of a web of connected web sites). Big sites will eventually convert to essentially "a web browser inside a web browser" so they have total control over the content and how it's displayed. Then ad blocking (and other customization) will be limited to "the…
I think ads will be the reason Web Assembly takes off in a massive way, actually. Much harder to block ads if the site ships its own renderer and manages to hide or obscure its traffic. Then you're in to serious application-cracking territory if you want to block ads & tracking.
Re: Are ad blockers doomed or have we already won? A history lesson
#20Earlier quoted context omitted.
Actually, Web Components and Shadow DOM bother me more than Web Assembly. You cannot "pierce" into a shadow DOM from the outside and this creates an impenetrable barrier for content blockers. We've already seen examples of whole web pages transformed into a shadow-dom web component.
> You cannot "pierce" into a shadow DOM from the outside Why not? You can inject any script into a meta header on document start from an extension or do the same in an intercepting proxy.