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

77 lines
3.3 KiB
Markdown
Raw Normal View History

2014-06-23 02:00:34 +02:00
# µBlock for Chromium
2014-06-30 00:22:19 +02:00
See [Change log](https://github.com/gorhill/uBlock/wiki/Change-log) for latest changes.
See [Wiki](https://github.com/gorhill/uBlock/wiki) for more information.
2014-06-23 02:00:34 +02:00
2014-06-24 06:28:46 +02:00
An efficient blocker for Chromium-based browsers. Fast and lean.
2014-06-23 02:00:34 +02:00
2014-06-26 18:48:32 +02:00
<p align="center">
Chromium on Linux 64-bit<br>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/ss-chromium-2.png" />
</p>
2014-06-23 02:00:34 +02:00
2014-06-26 18:48:32 +02:00
<p align="center">
Opera 22 on Windows 7 32-bit<br>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/ss-opera-1.png" />
</p>
2014-06-26 18:40:52 +02:00
2014-06-30 16:49:06 +02:00
<sup>The screenshots above were taken after visiting links in
[reference benchmark](https://github.com/gorhill/uBlock/wiki/Reference-benchmark)
plus a bit of random browsing. All blockers were active at the same time,
thus they had to deal with exactly the same workload. Before the screenshots were
2014-06-24 17:10:13 +02:00
taken, I left the browser idle for many minutes so as to let the browser's
garbage collector kicks in. Also, after a while idling, it's good to open the dev
console for each extension and force a garbage collection cycle by clicking a couple of times
the trashcan icon in the _Timeline_ tab (this caused a ~15MB drop for µBlock and Adguard in Opera)
2014-06-27 00:11:57 +02:00
as garbage collectors sometimes work in a very lazy way, so I did this for each extension.</sup>
2014-06-24 17:10:13 +02:00
2014-07-05 22:54:46 +02:00
<p align="center">
µBlock: page loaded. ABP: page still loading<br>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/abp-vs-ublock-page-1.png" />
</p>
2014-06-23 02:00:34 +02:00
## Installation
2014-06-24 04:08:05 +02:00
From the [Chrome store](https://chrome.google.com/webstore/detail/µblock/cjpalhdlnbpafiamejdnhcphjbkeiagm),
2014-06-30 02:24:34 +02:00
or [manually](https://github.com/gorhill/uBlock/tree/master/dist#install).
2014-06-23 02:00:34 +02:00
2014-06-24 06:38:26 +02:00
To benefit from the higher efficiency, it is of course not advised to use an
inefficient blocker at the same time. µBlock will do as well or better than the
popular blockers out there.
2014-06-24 16:52:44 +02:00
## Documentation
2014-06-24 17:20:15 +02:00
I think it is pretty obvious, except for this I suppose:
2014-06-24 16:52:44 +02:00
![Popup](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/popup-1.png)
2014-06-28 07:21:04 +02:00
The big power button is to disable/enable µBlock **for the specific hostname
2014-06-24 16:59:18 +02:00
which can be extracted from the URL address of the current page**. (It applies to
2014-06-24 17:04:05 +02:00
the current web site only, it is **not** a global power button.) The state of the power
2014-06-24 16:59:18 +02:00
switch for a specific site will be remembered.
2014-06-24 16:52:44 +02:00
2014-06-23 02:00:34 +02:00
## About
µBlock is born out of [HTTP Switchboard](https://github.com/gorhill/httpswitchboard).
All the niceties of HTTPSB have been removed, and what is left is a straightforward
2014-06-23 02:09:30 +02:00
blocker which support EasyList and the likes, and also support host files.
Cosmetic filters ("element hiding") are supported.
2014-06-23 02:00:34 +02:00
There is nothing more to it. But it does what popular blockers out there do, at a
2014-06-23 02:14:54 +02:00
fraction of CPU and memory usage for the same blocking power.
2014-06-23 02:00:34 +02:00
2014-06-23 02:01:27 +02:00
Free. Open source. No donations sought. For users by users.
2014-06-26 22:32:35 +02:00
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
2014-06-26 22:33:36 +02:00
to maintain the filter lists you are using, which were made available to use by
all for free.
2014-07-05 22:03:59 +02:00
You may contribute by helping to translate this project. I created an
[entry on Crowdin](https://crowdin.net/project/ublock), where you may contribute
to the translation work.
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).