mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Add netflix rules
Add netflix rules to block trackID and tctx
This commit is contained in:
@@ -187,5 +187,16 @@
|
|||||||
"url=([^\\/|\\?|&]*)"
|
"url=([^\\/|\\?|&]*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
"netflix": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?netflix\\.)\\w{2,}\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"trackId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"tctx=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user