1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

formatting

This commit is contained in:
gorhill 2014-06-28 01:15:57 -04:00
parent 80cd8566b3
commit abb52faa0c

View File

@ -27,20 +27,24 @@ as garbage collectors sometimes work in a very lazy way, so I did this for each
#### Dispelling a few myths flying around #### Dispelling a few myths flying around
"µBlock does not support element hiding". ##### "µBlock does not support element hiding".
- Yes it does. If you don't believe it, try entering `twitter.com##body` in the
Yes it does. If you don't believe it, try entering `twitter.com##body` in the
_"Your filters"_ text area and see what happens when you visit twitter.com. _"Your filters"_ text area and see what happens when you visit twitter.com.
- What it doesn't support [yet](https://github.com/gorhill/uBlock/issues/4),
What it doesn't support [yet](https://github.com/gorhill/uBlock/issues/4),
is the UI counterpart to "element hiding", i.e. being able to click on an element is the UI counterpart to "element hiding", i.e. being able to click on an element
to extract filters out of it. to extract filters out of it.
"The memory usage isn't actually ABP's fault, _EasyList_ is like 40,000+ lines of rules that all have to be parsed by ABP". ##### "The memory usage isn't actually ABP's fault, _EasyList_ is like 40,000+ lines of rules that all have to be parsed by ABP".
- µBlock also parse _EasyList_, _EasyPrivacy_, _Malware domains_ lists,
µBlock also parse _EasyList_, _EasyPrivacy_, _Malware domains_ lists,
and _Peter Lowes's Ad server_ list out of the box and yet uses less than half the and _Peter Lowes's Ad server_ list out of the box and yet uses less than half the
memory of ABP. memory of ABP.
"It has all the features ABP has!" ##### "It has all the features ABP has!"
- No it doesn't. There are things ABP can do which µBlock can't at this time. I will
No it doesn't. There are things ABP can do which µBlock can't at this time. I will
consider all feature requests, but I will implement only those which do not jeopardize µBlock's consider all feature requests, but I will implement only those which do not jeopardize µBlock's
defining traits: lean, efficient and minimalist. defining traits: lean, efficient and minimalist.