Update main.js

This commit is contained in:
NodeMixaholic 2023-03-09 07:39:59 -06:00 committed by GitHub
parent 8006dc5e17
commit 58febe112e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,11 +66,14 @@ const toBlock = [
"*pixels*",
"*telemetry*",
"*analytics*",
"*://r[0-9]*sn*.googlevideo.com*"
"*://r[0-9]*sn*.googlevideo.com*",
"*://ads.*.com*",
"*ae/us/audience*",
"*/api/v*/science*",
"*/api/v*/typing*"
]
const regexPatterns = [
"/api\/v\d\/science$/g",
"r[0-9]+---sn-.*\.googlevideo\.com$/g",
"r[0-9]+-sn-.*\.googlevideo\.com$/g"
]