1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-20 09:22:42 +01:00

Updated Static filter syntax (markdown)

Raymond Hill 2015-10-25 05:51:50 -04:00
parent 0383c19dfa
commit 3a8267147a

@ -26,9 +26,7 @@ So in uBlock Origin, any entry which can be read as a valid hostname, will be as
example.com* example.com*
##### "All URLs" **"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 option. Examples:
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 option. Examples:
- `*$third-party`: block all 3rd-party network requests. - `*$third-party`: block all 3rd-party network requests.
- `*$script,domain=example.com`: block all network requests to fetch script resources from `example.com`. - `*$script,domain=example.com`: block all network requests to fetch script resources from `example.com`.