mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
20 lines
554 B
JSON
20 lines
554 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"priority": 1,
|
|
"action": { "type": "redirect", "redirect": { "extensionPath": "/cadmium-playercore-shim.js" } },
|
|
"condition": {
|
|
"urlFilter": "*://www.assets.nflxext.com/*/ffe/player/html/*",
|
|
"resourceTypes": ["script"]
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"priority": 1,
|
|
"action": { "type": "redirect", "redirect": { "extensionPath": "/cadmium-playercore-shim.js" } },
|
|
"condition": {
|
|
"urlFilter": "*://assets.nflxext.com/*/ffe/player/html/*",
|
|
"resourceTypes": ["script"]
|
|
}
|
|
}
|
|
]
|