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
ae5b8e85f4
commit
8a6b56da5d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ See [issue #161](https://github.com/gorhill/uBlock/issues/161). The following fi
|
|||
|
||||
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.
|
||||
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