Hacker News new | ask | show | jobs
by chente 2564 days ago
Noticed the same thing and found that it was caused by Ghostery.
4 comments

Yep this was it.

Thanks to all for your concerns of my potentially malware-infected PC, alas, it was just an ad-blocker.

Makes the marketing claim that much more amusing.

> …to speed up page loads, eliminate clutter…

To be fair, hiding elements may mean not fetching any resources needed for their content, which can be faster despite having to parse a bunch of additional CSS first to determine which ones to hide --- especially if the former involves the execution of JavaScript.
Loading one snippet from an extension (i.e. the cache) is vastly faster than loading dozens of scripts and styles over the network.
In my case it was Opera's built-in ad blocker.
What does this mean about Opera's ad blocker? (I also see a ton of junk up top when Opera's block ads is enabled, but I don't know what to make of this.)
It means that it's more of an ad-hider than a blocker, adding more CSS to hide the relevant elements instead of stripping them out completely (which something like a MITM proxy could easily do.)
Vanilla Chrome will also inject code if you have a * style rule.