mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-06 20:02:55 +02:00
Updated 4.2.3 uMatrix (markdown)
@ -1,13 +1,13 @@
|
|||||||
:large_orange_diamond: **Block TLDs**
|
: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 * block
|
||||||
cm 1st-party * 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^
|
||cm^
|
||||||
|
Reference in New Issue
Block a user