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

38 lines
1.6 KiB
Markdown
Raw Normal View History

2014-06-23 02:00:34 +02:00
# µBlock for Chromium
See [Change log](https://github.com/gorhill/uBlock/wiki/Change-log) for latest changes.
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-24 06:28:46 +02:00
![screenshot](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/ss-chromium-2.png)
2014-06-23 02:00:34 +02:00
2014-06-24 06:38:26 +02:00
Some articles about the origin of the source code behind µBlock:
2014-06-24 06:39:37 +02:00
- [Net request filtering efficiency: HTTP Switchboard vs. Adblock Plus](https://github.com/gorhill/httpswitchboard/wiki/Net-request-filtering-efficiency:-HTTP-Switchboard-vs.-Adblock-Plus)
- [Adblock Plus memory consumption](https://github.com/gorhill/httpswitchboard/wiki/Adblock-Plus-memory-consumption)
2014-06-24 06:38:26 +02:00
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),
or [manually](/gorhill/uBlock/tree/master/dist).
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-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-23 02:00:34 +02:00
## License
<a href="https://github.com/gorhill/httpswitchboard/blob/master/LICENSE.txt">GPLv3</a>.