Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Does µBlock blocks ads or just hide them?

Raymond Hill edited this page Feb 4, 2015 · 26 revisions

I've seen an increase in misrepresentation and disinformation lately regarding µBlock -- and not surprisingly always from anonymous sources.

I will set the official record here.

First, let's just say µBlock is a real threat to Adblock Plus owner's business model, Eyeo GmbH, and to those who paid Eyeo GmbH to be part of the "acceptable ads" marketing campaign. It is also a threat to other big-name blockers as well. Add to this not everybody is pleased with µBlock enabling EasyPrivacy by default.

There seems to be underhanded attempts to discredit µBlock lately in various venues. Here is a typical comment:

uBlock who is recently found to not actually "block" ads, but rather hide them after its been displayed. Adblock actually blocks them before they can even display them.

The statement above is plain fear-using-disinformation. That kind of disinformation also happens to be convenient to the incumbent blockers, and also to those who have an interest in people using those incumbent blockers.

There are two kinds of ABP-compatible filters: network filters and cosmetic filters. Cosmetic filters are referred to as element hiding filters by Adblock Plus ("ABP").

Network filters

The purpose of network filter is to prevent a network request to be made to a remote server, so as to prevent downloading a remote resource. µBlock will prevent the network request from even being made. This saves bandwidth, decrease privacy exposure -- as the remote server won't be able to log anything if you do not contact it.

Short answer: resources blocked: network requests are cancelled before they leave the browser.

Cosmetic filters

These filters serve to remove DOM elements from a web page. They have no value privacy-wise, it is essentially to make web page look better by removing unwanted content, which usually cannot be blocked using network filters. Just like ABP, µBlock will hide DOM elements on a web page which match cosmetic filters. µBlock uses a different method than other big-name blockers to hide the DOM elements though.

Different classes of cosmetic filters are applied differently:

  • Specific cosmetic filters: injected before page's root DOM is loaded
  • Generic cosmetic filters: injected after page's root DOM is loaded
  • Cached generic cosmetic filters: injected before page's root DOM is loaded

Short answer: resources hidden -- in various ways depending on the class of cosmetic filters.

Hosts file

µBlock also support the parsing and enforcing of hosts files -- something which ABP does not. All entries in a hosts file are parsed as network filters, i.e. no resource will be fetch from a remote server which appear in a hosts file, no connection will even be attempted.

Short answer: resources blocked: network requests are cancelled before they leave the browser.

Clone this wiki locally