1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

'_' / noop

gwarser 2021-12-11 21:14:07 +01:00
parent 9e147c49bb
commit 0207c1dca6

@ -161,6 +161,16 @@ If the filter is a filename, it is ideal to add `^` at one or both ends:
***
#### `_` aka "noop"
Just a placeholder.
[Implemented](https://github.com/uBlockOrigin/uBlock-issues/issues/1356#issuecomment-735280463) to resolve ambiguity in `$removeparam` filters with Regular Expression parameters being detected as plain Regular Expression filter, because of leading and trailing slashes:
/ad-$removeparam=/^ss$/,_
***
#### `*` aka "all URLs"
The wildcard character `*` can be used to apply a filter to **all** URLs. This is not recommended though, unless you further narrow the filter using filter options. Examples: