mirror of https://github.com/gorhill/uBlock.git
Implement uBO naming convention
parent
f0f9b6ec63
commit
6a7fd81374
|
@ -6,13 +6,13 @@ Roughly similar to using Adblock Plus with many filter lists + NoScript with 1st
|
|||
|
||||
Blocking-wise, this is one significant leap from [easy mode](./Blocking-mode:-easy-mode). However, be ready to accept that you will have to un-break websites, though at a lesser rate than [hard mode](./Blocking-mode:-hard-mode), since passive 3rd-party resources (i.e. images, css) are not blocked in medium mode.
|
||||
|
||||
This is where you start to use [dynamic filtering](./Dynamic-filtering), a feature available only when you tell uBlock Origin that you are an [advanced user](./Advanced-user-features). Be sure to read [the guide](./Dynamic-filtering) before, it is assumed that you understand well how dynamic filtering works in order to use medium mode effectively.
|
||||
This is where you start to use [dynamic filtering](./Dynamic-filtering), a feature available only when you tell uBlock Origin (uBO) that you are an [advanced user](./Advanced-user-features). Be sure to read [the guide](./Dynamic-filtering) before, it is assumed that you understand well how dynamic filtering works in order to use medium mode effectively.
|
||||
|
||||
![3rd-party scripts are blocked by default](https://user-images.githubusercontent.com/585534/86541955-5c13b000-bedf-11ea-9e9c-30a1aff691a0.png)
|
||||
<br>3rd-party scripts and frames are blocked by default.
|
||||
|
||||
![blue badge](https://user-images.githubusercontent.com/886325/64036718-229e4580-cb54-11e9-91d3-10b6d95b6068.png)
|
||||
<br>Starting with [v1.21.7b5](https://github.com/gorhill/uBlock/commit/7ff750eaf6007bdea4e843d3314fc7275b1ce945), a blue badge on uBlock₀ toolbar button indicates activation of the medium mode.
|
||||
<br>Starting with [v1.21.7b5](https://github.com/gorhill/uBlock/commit/7ff750eaf6007bdea4e843d3314fc7275b1ce945), a blue badge on uBO toolbar button indicates activation of the medium mode.
|
||||
|
||||
Using medium mode will significantly improve your browser performance, and similarly significantly reduce your privacy exposure compared to easy mode.
|
||||
|
||||
|
@ -31,7 +31,7 @@ _Settings_ pane:
|
|||
- _I am an advanced user_: checked.
|
||||
|
||||
_3rd-party filters_ pane:
|
||||
- All of uBlock Origin's filter lists: checked
|
||||
- All of uBO's filter lists: checked
|
||||
- _EasyList_: checked
|
||||
- _Peter Lowe’s Ad server list_: checked
|
||||
- _EasyPrivacy_: checked
|
||||
|
|
Loading…
Reference in New Issue