mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
Update RegEx conversions.md
Just to be fully sure to avoid false positives.
This commit is contained in:
@@ -25,7 +25,7 @@ According to Sublime Text build 4143. Case-sensitive.
|
||||
* `(:has-text\(/[/\\a-zA-Z0-9{}()?|.*#]{1,}) (.*/i?\))` → `\1\\s\2`
|
||||
|
||||
#### Similar obfuscation to replace spaces with "\s". (Can be case-insensitive)
|
||||
* `[ -]` → `(\s|-)`
|
||||
* `(:\(.*)[ -]` → `\1(\s|-)`
|
||||
* `(:has-text\(/([a-zæøåäöA-Z0-9е{}()|^$.,*'&’#@éèáàóòíìúùü-]|\\|\?){0,}) (([a-zæøåäöA-Z0-9е{}()|^$.,*'&’#@éèáàóòíìúùü -]|\\|\?){0,}/i?\))` → `\1\\s\3`
|
||||
|
||||
## Convert `#?#*:has(` to `##*:has(` due to new browser (and ABP) guidelines
|
||||
|
||||
Reference in New Issue
Block a user