Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Raymond Hill edited this page Feb 23, 2015 · 36 revisions

中文


Collection of questions which have been asked, along with the answer I provided, or I would have provided.

Does it block Youtube ads?

Because there are are filters to block YouTube ads in EasyList, yes, it will block YouTube ads.

Is [other blocker placeholder] still needed with µBlock?

It all depends of the filter lists you use, and whether you use dynamic filtering in µBlock. I run benchmarks regarding blocking efficiency, this may help you decide whether you should keep another blocker to complement µBlock, or whether you should drop it and further configure µBlock to block more: µBlock and others: Blocking ads, trackers, malwares. The resulting diffs are particularly useful in making a decision.

Fails to block Google Search ads

If you have EasyList enabled, µBlock will block ads in Google Search results.

If you feed µBlock with an invalid cosmetic filter in the "My filters" pane in the dashboard, this will break cosmetic filtering, and a symptom of this is that ads will not be blocked in Google Search results.

Is Firefox version considered stable?

Yes.

Is µBlock related to µTorrent?

No.

How often are filter lists updated?

Currently, after four days a filter list is deemed "obsolete".

How to show the google text ads?

You can create a whitelist directive only for Google Search page. For example, in my case it would be:

www.google.ca/search*

In your case, just replace google.ca with whatever is your Google search domain name.

Whitelist directives are those appearing in the Whitelist tab in µBlock's dashboard, and which serves to disable µBlock completely.

Web pages appear only as text

You probably have a bad filter entry in your "My filters" pane in the dashboard. You will have to find it and remove it. For examples, filter entries which look like:

http:

Will cause that exact problem.

The badge count is very high, doesn't this slow down µBlock?

  • Open a new document in a plain text editor
  • Type "1"
  • Notice the text editor's responsiveness
  • Replace "1" with "1,000,000"
  • Notice the text editor's responsiveness

Sounds absurd? It is. So is the claim that a high badge count slows down µBlock. It's just a counter for the number of blocked network requests.

I am worried about stability, should I wait for v1.0?

µBlock is considered stable. The version number is just a convenience to differentiate one release from another one. It doesn't have any more meaning than this.

YouTube filtering options à la ABP (or, Facebook filtering options à la ABP)

These filter lists do not come with a Creative Common license, thus µBlock is not shipping with these lists. But you can add them manually as custom filter lists. You can find URLs to various external lists on this page: Filter lists from around the web.

Are you paid to develop µBlock?

No.

I like to code, and the reward is to see the resulting work useful to others, sometimes in unexpected ways.

Why not Firefox first instead of Chromium?

In as little words as possible, with as little private matters disclosed:

  • Fall 2013
  • I am Firefox/NoScript user
  • Other user is Chromium/ABP
  • Worried about Chromium not being protected against iframe loading freely (as opposed to Firefox/NoScript)
  • Looked into Chrome API to just hack together a quick iframe blocker
Clone this wiki locally