1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
uBlock/README.md

129 lines
6.6 KiB
Markdown
Raw Normal View History

2015-02-06 12:34:33 +01:00
<div align="center"><img src="https://raw.githubusercontent.com/gorhill/uBlock/master/src/img/browsericons/icon48@2x.png" width=48>
<h1>µBlock</h1>
</div>
2015-02-06 12:34:33 +01:00
<br>
**µBlock** *(you-block)*: an efficient blocker extension for Chrome, Firefox, and Safari. *Fast, potent, and lean.*
2014-06-23 02:00:34 +02:00
* [Purpose & General Info](#philosophy)
* [Performance and Efficiency](#performance)
* [Memory](#memory)
* [CPU](#cpu)
* [Blocking](#blocking)
2015-02-01 20:52:01 +01:00
* [Quick tests](#quick-tests)
* [Installation](#installation)
2015-01-17 04:47:40 +01:00
* [Chromium](#chromium)
* [Firefox](#firefox)
2015-01-17 04:14:46 +01:00
* [Safari](#safari)
* [Release History](#release-history)
* [Wiki](https://github.com/gorhill/uBlock/wiki)
2014-06-23 02:00:34 +02:00
![Build](https://travis-ci.org/gorhill/uBlock.svg?branch=master)
2015-01-15 17:58:46 +01:00
2015-01-17 04:43:37 +01:00
## Philosophy
2014-09-19 16:16:34 +02:00
µBlock is not an *ad blocker*; it's a general-purpose blocker. µBlock blocks ads through its support of the [Adblock Plus filter syntax](https://adblockplus.org/en/filters). µBlock [extends](https://github.com/gorhill/uBlock/wiki/Filter-syntax-extensions) the syntax and is designed to work with custom rules and filters.
2014-09-19 16:16:34 +02:00
That said, it's important to note that using a blocker is **NOT** [theft](https://twitter.com/LeaVerou/status/518154828166725632). Don't fall for this creepy idea. The _ultimate_ logical consequence of `blocking = theft` is the criminalisation of the inalienable right to privacy.
2014-09-19 16:16:34 +02:00
Ads, "unintrusive" or not, are just the visible portions of privacy-invading apparatus entering your browser when you visit most sites nowadays. **µBlock's main goal is to help users neutralize such privacy-invading apparatus** — in a way that welcomes those users who don't wish to use more technical, involved means (such as [µMatrix](https://github.com/gorhill/uMatrix)).
_EasyList_, _Peter Lowe's Adservers_, _EasyPrivacy_ are enabled by default when you install µBlock. Many more lists are readily available to block trackers, analytics, and more. Hosts files are also supported.
2015-01-17 04:43:37 +01:00
## Performance
2015-01-17 04:43:37 +01:00
#### Memory
2014-08-24 22:30:48 +02:00
<div align="center">
On average, µBlock <b>really</b> does make your browser run leaner.<br><br>
Chromium<br>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/mem-usage-overall-chart-20141224.png" /><br><br>
Safari<br>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/mem-usage-overall-chart-safari-20150205.png" /><br><br>
Firefox<br>
2015-02-05 17:29:54 +01:00
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/mem-usage-overall-chart-20150205.png" /><br>
2015-02-05 17:43:06 +01:00
<sup>Details of the benchmark available at <a href="https://github.com/gorhill/uBlock/wiki/Firefox-version:-benchmarking-memory-footprint">Firefox version: benchmarking memory footprint</a>.</sup>
</div>
2014-06-23 02:00:34 +02:00
2015-01-21 01:35:25 +01:00
<sup>**Important note regarding memory usage:** There is currently a [bug in Chromium 39+ which causes a new memory leak each time the popup UI of an extension is opened](https://code.google.com/p/chromium/issues/detail?id=441500). This affects *all* extensions. Keep this in mind when measuring Chromium's memory usage. In the benchmarks, I avoided opening the popups completely.</sup>
2015-01-17 04:43:37 +01:00
#### CPU
2014-12-27 18:30:50 +01:00
2014-06-26 18:48:32 +02:00
<p align="center">
µBlock is also easy on the CPU<br>
2014-12-26 18:08:06 +01:00
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/cpu-usage-overall-chart-20141226.png" /><br>
<sup>Details of the benchmark available in <a href="https://github.com/gorhill/uBlock/blob/master/doc/benchmarks/cpu-usage-overall-20141226.ods">this LibreOffice spreadsheet</a>.</sup>
2014-07-05 22:57:37 +02:00
</p>
2014-06-24 17:10:13 +02:00
2015-01-17 04:43:37 +01:00
#### Blocking
2014-07-15 16:56:35 +02:00
<p align="center">
Being lean and efficient doesn't mean blocking less<br>
2014-10-09 15:24:04 +02:00
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/benchmarks/privex-201409-30.png" /><br>
<sup>For details of benchmark, see
2014-07-15 17:01:54 +02:00
<a href="https://github.com/gorhill/uBlock/wiki/%C2%B5Block-and-others:-Blocking-ads,-trackers,-malwares">µBlock and others: Blocking ads, trackers, malwares</a>.
2014-07-15 16:56:35 +02:00
</p>
2015-02-01 21:06:40 +01:00
#### Quick tests
2015-02-01 20:52:01 +01:00
2015-02-01 21:06:40 +01:00
- [Index](http://raymondhill.net/ublock/tests.html)
2015-02-01 20:52:01 +01:00
- [Web page components](http://raymondhill.net/ublock/tiles1.html)
- [Popups](http://raymondhill.net/ublock/popup.html)
2014-06-23 02:00:34 +02:00
## Installation
Feel free to read [about the extension's required permissions](https://github.com/gorhill/uBlock/wiki/About-the-required-permissions).
2015-01-17 04:47:40 +01:00
#### Chromium
2015-01-17 04:14:46 +01:00
You can install the latest version [manually](https://github.com/gorhill/uBlock/tree/master/dist#install), from the [Chrome Web Store](https://chrome.google.com/webstore/detail/cjpalhdlnbpafiamejdnhcphjbkeiagm), or from the [Opera store](https://addons.opera.com/en-gb/extensions/details/ublock/).
2015-01-17 04:43:37 +01:00
#### Firefox
2015-02-02 13:29:58 +01:00
You can install by downloading the latest [uBlock.firefox.xpi](https://github.com/gorhill/uBlock/releases) file, and by dragging the downloaded `xpi` file to your add-on page.
2015-01-17 04:43:37 +01:00
#### Safari
2015-01-23 23:22:12 +01:00
You can get µBlock for Safari (Yosemite's 8.0 or newer) from the [Safari Extension Gallery](https://extensions.apple.com/details/?id=net.gorhill.uBlock-96G4BAKDQ9).
2015-01-23 23:22:12 +01:00
<sup>There are currently no plans to support older Safari's. It's not recommended that you install µBlock on them (*do it at your own risk*).</sup>
2015-01-17 04:43:37 +01:00
#### Note for all browsers
2014-06-23 02:00:34 +02:00
To benefit from µBlock's higher efficiency, it's advised that you don't use other inefficient blockers at the same time (such as AdBlock or Adblock Plus). µBlock will do [as well or better](#blocking) than most popular ad blockers.
2014-06-24 06:38:26 +02:00
## Release History
See the [releases pages](https://github.com/gorhill/uBlock/releases) for a history of releases and highlights for each release.
2014-07-30 00:07:36 +02:00
2014-06-24 16:52:44 +02:00
## Documentation
µBlock's functionality is self-explanatory and intuitive for the most part. One thing to note after you get started is the big power button in µBlock's popup:
2014-06-24 16:52:44 +02:00
2015-01-10 22:35:15 +01:00
![Popup](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/popup-1.png)
2014-06-24 16:52:44 +02:00
The big power button is to disable/enable µBlock for the specific current site/hostname (as extracted from the URL of the current page).
2015-01-10 22:37:04 +01:00
**In other words, it applies to the current site only; it is *not* a global power button.** The state of the power switch for a specific site will be remembered.
2015-01-10 22:35:15 +01:00
For advanced usage, read about [dynamic filtering](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide) and more on [µBlock's wiki](https://github.com/gorhill/uBlock/wiki).
2014-10-13 16:18:15 +02:00
2014-06-23 02:00:34 +02:00
## About
2014-08-26 00:51:39 +02:00
Free. Open source. For users by users. No donations sought.
Without the preset lists of filters, this extension is nothing. So if ever you
really do want to contribute something, think about the people working hard
to maintain the filter lists you are using, which were made available to use by
2014-06-26 22:33:36 +02:00
all for free.
You can contribute by helping to translate this project. There's an
[entry on Crowdin](https://crowdin.net/project/ublock) where you may contribute to µBlock's localization.
2014-07-05 22:03:59 +02:00
2014-06-23 02:00:34 +02:00
## License
2014-06-24 07:55:32 +02:00
[GPLv3](https://github.com/gorhill/uBlock/blob/master/LICENSE.txt).