Update main.js
This commit is contained in:
parent
58febe112e
commit
db0c230ad1
1 changed files with 2 additions and 3 deletions
5
main.js
5
main.js
|
@ -66,7 +66,6 @@ const toBlock = [
|
|||
"*pixels*",
|
||||
"*telemetry*",
|
||||
"*analytics*",
|
||||
"*://r[0-9]*sn*.googlevideo.com*",
|
||||
"*://ads.*.com*",
|
||||
"*ae/us/audience*",
|
||||
"*/api/v*/science*",
|
||||
|
@ -74,8 +73,8 @@ const toBlock = [
|
|||
]
|
||||
|
||||
const regexPatterns = [
|
||||
"r[0-9]+---sn-.*\.googlevideo\.com$/g",
|
||||
"r[0-9]+-sn-.*\.googlevideo\.com$/g"
|
||||
"r[0-100]+---sn-.*\.googlevideo\.com$/g",
|
||||
"r[0-100]+-sn-.*\.googlevideo\.com$/g"
|
||||
]
|
||||
|
||||
function containsAD(url) {
|
||||
|
|
Loading…
Reference in a new issue