mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated My answer to web store reviews where appropriate (markdown)
parent
5036c0b19c
commit
b37c70a19f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ See issue #161. The following filter is in [_EasyList_](https://easylist-downloa
|
|||
|
||||
##a[href^="http://www.faceporn.net/free?"]
|
||||
|
||||
This filter is classified internally by µBlock as a _high-medium generic_ filter. High generic filters are the most challenging to implement performance-wise. High-medium generic filters are implemented as follow: All the high-medium generic filters which matches the 8 first characters of the URL of a link on a web page will be seen as relevant to the web page and thus a CSS selector based on these filters will be injected in the web page, in order to hide the unwanted links. Now the above filter, as per implementation happens to match the ubiquitous links to `WWW.FACEbook.com`, and thus get inserted as a CSS selector.
|
||||
This filter is classified internally by µBlock as a _high-medium generic_ filter. High generic filters are the most challenging to implement performance-wise. High-medium generic filters are implemented as follow: All the high-medium generic filters which matches the 8 first characters of the URL of a link on a web page will be seen as relevant to the web page and thus a CSS selector based on these filters will be injected in the web page, in order to hide the unwanted links. Now the above filter, as per implementation happens to match the ubiquitous links to `WWW.FACEbook.com`, and thus will be inserted as a CSS selector whenever links to Facebook are found on a web page.
|
||||
|
||||
Note that Adblock Plus also injects `##a[href^="http://www.faceporn.net/free?"]` in every page, but unlike µBlock, it is inserted in every page unconditionally, while µBlock tries as much as possible for performance-purpose to inject it only where it may be needed.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue