Move important regex filters up in readme

This commit is contained in:
Nick Spaargaren 2022-04-07 14:54:46 +02:00 committed by GitHub
parent 92e0a87056
commit 7696ce904d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -32,6 +32,14 @@ https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fib
(Combining those with the main whole filter is useless and not recommended, however, feel free to combine the different smaller filters)
### :warning: Important regex filters not included in blocklist
>.*[\`^.\`]l.google.com$
<sup>For example tygbrbooefk4.cache.l.google.com</sup>
>.*[\`^.\`]googlevideo.com$
<sup>For example r14---sn-vgqs7ned.googlevideo.com</sup>
## Youtube Advertisements Regex
>^r[0123456789]+((-{3})|(\.))sn-.{8}\.googlevideo\.com$
@ -55,15 +63,6 @@ curl -sSl https://raw.githubusercontent.com/nickspaargaren/no-google/master/inst
```
and then, executing it. It should add all of the above regex automatically.
### Important regex filters not included in blocklist
>.*[\`^.\`]l.google.com$
<sup>For example tygbrbooefk4.cache.l.google.com</sup>
>.*[\`^.\`]googlevideo.com$
<sup>For example r14---sn-vgqs7ned.googlevideo.com</sup>
## FAQ
<details>