mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Regular expression based filters (markdown)
parent
ba98629c92
commit
3284d32056
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ It is not recommended to use regex-based filters, hence why I chose for a long t
|
|||
|
||||
However this led to the often-repeated myth that the reason µBlock was efficient memory- and CPU-wise was because it did not support regex-based filters, a completely nonsensical assertion, given that there is a grand total of only 15 such filters in all of _EasyList_ (at time of writing) out of tens of thousands.
|
||||
|
||||
It is because of this myth that I finally decided to support regex-based filters with version 0.8.6.0.
|
||||
It is because of this myth that I finally decided to support regex-based filters with version 0.8.6.0:
|
||||
|
||||

|
||||
|
||||
Given the way µBlock works internally, the regex-based filters are implemented in a more efficient way than other big-name blockers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue