Patch for netflix
This commit is contained in:
parent
54c88dcb2f
commit
820af9b133
@ -234,6 +234,13 @@ const ExtensionConfPatch = [
|
|||||||
playerNodeCss: "",
|
playerNodeCss: "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
forVersion: '5.0.8',
|
||||||
|
updateFn: (userOptions, defaultOptions) => {
|
||||||
|
userOptions.sites['www.netflix.com'].DOM.player = {
|
||||||
|
manual: false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1048,13 +1048,9 @@ const ExtensionConf: SettingsInterface = {
|
|||||||
videoAlignment: VideoAlignmentType.Default,
|
videoAlignment: VideoAlignmentType.Default,
|
||||||
keyboardShortcutsEnabled: ExtensionMode.Default,
|
keyboardShortcutsEnabled: ExtensionMode.Default,
|
||||||
arPersistence: true, // persist aspect ratio between different videos
|
arPersistence: true, // persist aspect ratio between different videos
|
||||||
"DOM": {
|
DOM: {
|
||||||
"player": {
|
player: {
|
||||||
"manual": true,
|
manual: false, // as of 2021-09, netflix no longer requires manual player class. This may change in the future tho.
|
||||||
"querySelectors": ".VideoContainer",
|
|
||||||
"additionalCss": "",
|
|
||||||
"useRelativeAncestor": false,
|
|
||||||
"playerNodeCss": ""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user