1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-20 01:12:38 +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*
##### "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:
**"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:
- `*$third-party`: block all 3rd-party network requests.
- `*$script,domain=example.com`: block all network requests to fetch script resources from `example.com`.