mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-26 04:21:39 +01:00
Updated 4.2.3 uMatrix (markdown)
parent
73efe9ac61
commit
52e27d8e20
@ -1,13 +1,13 @@
|
||||
:large_orange_diamond: **Block TLDs**
|
||||
|
||||
Example: blocking [.cm](https://en.wikipedia.org/wiki/.cm) which is the [ccTLD](https://en.wikipedia.org/wiki/Country_code_top-level_domain) for Cameroon. Note: you need both lines.
|
||||
Example: blocking [.cm](https://en.wikipedia.org/wiki/.cm) which is the [ccTLD](https://en.wikipedia.org/wiki/Country_code_top-level_domain) for Cameroon. Note: you will need both lines if you allow 1st-party, as the way uMatrix works, narrow rules win over broader rules.
|
||||
|
||||
```
|
||||
* cm * block
|
||||
cm 1st-party * block
|
||||
```
|
||||
|
||||
For ABP-compatible syntax, this would be:
|
||||
For ABP-compatible syntax (such as uBlock Origin, Adblock Plus), this would be:
|
||||
|
||||
```
|
||||
||cm^
|
||||
|
Loading…
Reference in New Issue
Block a user