mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 16:30:33 +00:00
26 lines
671 B
JSON
26 lines
671 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"priority": 1,
|
|
"action": {
|
|
"type": "redirect",
|
|
"redirect": { "extensionPath": "/cadmium-playercore-shim.js" }
|
|
},
|
|
"condition": {
|
|
"urlFilter": "*://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/player/html/ffe/*",
|
|
"resourceTypes": ["script"]
|
|
}
|
|
}
|
|
]
|