Extconfpatch for disney+
This commit is contained in:
parent
26ee2ffbb6
commit
e2a18ec765
@ -197,6 +197,24 @@ const ExtensionConfPatch = [
|
||||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
forVersion: '5.1.6',
|
||||
updateFn: (userOptions, defaultOptions) => {
|
||||
userOptions.sites['www.disneyplus.com'].DOM = {
|
||||
"player": {
|
||||
"manual": true,
|
||||
"querySelectors": ".btm-media-player",
|
||||
"additionalCss": "",
|
||||
"useRelativeAncestor": false,
|
||||
"playerNodeCss": ""
|
||||
},
|
||||
"video": {
|
||||
"manual": true,
|
||||
"querySelectors": ".btm-media-client-element",
|
||||
"additionalCss": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -1063,14 +1063,18 @@ const ExtensionConf: SettingsInterface = {
|
||||
videoAlignment: VideoAlignmentType.Default,
|
||||
keyboardShortcutsEnabled: ExtensionMode.Default,
|
||||
arPersistence: true, // persist aspect ratio between different videos
|
||||
DOM: {
|
||||
"DOM": {
|
||||
"player": {
|
||||
"manual": true,
|
||||
"querySelectors": ".btm-media-client-element",
|
||||
"querySelectors": ".btm-media-player",
|
||||
"additionalCss": "",
|
||||
"useRelativeAncestor": false,
|
||||
"videoAncestor": 1,
|
||||
"playerNodeCss": ""
|
||||
},
|
||||
"video": {
|
||||
"manual": true,
|
||||
"querySelectors": ".btm-media-client-element",
|
||||
"additionalCss": ""
|
||||
}
|
||||
},
|
||||
css: ".hudson-container { height: 100%; }",
|
||||
|
Loading…
Reference in New Issue
Block a user