mirror of https://github.com/gorhill/uBlock.git
Update README.md
This commit is contained in:
parent
71f7548175
commit
c2bb5bd386
10
README.md
10
README.md
|
@ -48,8 +48,8 @@ uBlock Origin
|
||||||
|
|
||||||
**An efficient blocker add-on for various browsers. Fast, potent, and lean.**
|
**An efficient blocker add-on for various browsers. Fast, potent, and lean.**
|
||||||
|
|
||||||
* [Purpose & General Info](#philosophy)
|
|
||||||
* [Documentation](#documentation)
|
* [Documentation](#documentation)
|
||||||
|
* [Purpose & General Info](#philosophy)
|
||||||
* [Performance and Efficiency](#performance)
|
* [Performance and Efficiency](#performance)
|
||||||
* [Memory](#memory)
|
* [Memory](#memory)
|
||||||
* [CPU](#cpu)
|
* [CPU](#cpu)
|
||||||
|
@ -67,8 +67,8 @@ uBlock Origin
|
||||||
|
|
||||||
Basic mode | Advanced-user mode
|
Basic mode | Advanced-user mode
|
||||||
:----------:|:------------------:
|
:----------:|:------------------:
|
||||||
<a href="https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface"><img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/popup-1.png" /></a> | <a href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide"><img src="https://cloud.githubusercontent.com/assets/585534/9021740/41eac000-3821-11e5-9842-c4c6fea573c3.png" /></a>
|
|
||||||
[Popup user interface](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface) | [A point-and-click firewall which can be configured on a per-site basis](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide)
|
[Popup user interface](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface) | [A point-and-click firewall which can be configured on a per-site basis](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide)
|
||||||
|
<a href="https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface"><img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/popup-1.png" /></a><br><sup>.</sup> | <a href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide"><img src="https://cloud.githubusercontent.com/assets/585534/9021740/41eac000-3821-11e5-9842-c4c6fea573c3.png" /></a><br><sup>Configure as you wish: picture shows 3rd-party scripts and frames blocked by default everywhere</sup>
|
||||||
|
|
||||||
Visit the [uBlock Origin's wiki](https://github.com/gorhill/uBlock/wiki) for documentation.
|
Visit the [uBlock Origin's wiki](https://github.com/gorhill/uBlock/wiki) for documentation.
|
||||||
|
|
||||||
|
@ -84,12 +84,6 @@ _EasyList_, _Peter Lowe's Adservers_, _EasyPrivacy_ and _Malware domains_ are en
|
||||||
|
|
||||||
Once you install uBlock₀, you may easily un-select any of the pre-selected filter lists if you think uBlock₀ blocks too much. For reference, Adblock Plus installs with only _EasyList_ enabled by default.
|
Once you install uBlock₀, you may easily un-select any of the pre-selected filter lists if you think uBlock₀ blocks too much. For reference, Adblock Plus installs with only _EasyList_ enabled by default.
|
||||||
|
|
||||||
By the way, looks like I still need to dispel that other myth: I've seen in [many](https://np.reddit.com/r/AskReddit/comments/35s2je/whats_a_product_that_everybody_uses_but_nobody/cr7h8l6) [places](https://twitter.com/1v1MeInBed/status/611658444244951040) [lately](https://np.reddit.com/r/explainlikeimfive/comments/363569/eli5_how_come_adblockublock_doesnt_let_the_ad/crafo5p?context=3) the following assertion:
|
|
||||||
|
|
||||||
> ublock blocks ads just like adblock plus, but triggers the ads API to think it got viewed
|
|
||||||
|
|
||||||
Completely false. uBlock Origin does not "trigger" any "ads API" (whatever that is). It [prevents network requests from being made](https://github.com/gorhill/uBlock/wiki/Does-uBlock-block-ads-or-just-hide-them%3F) according to filter lists so that your browser does not connect to remote servers, period.
|
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
#### Memory
|
#### Memory
|
||||||
|
|
Loading…
Reference in New Issue