diff --git a/src/ext/conf/ExtConfPatches.js b/src/ext/conf/ExtConfPatches.js index 30ec9b4..112599e 100644 --- a/src/ext/conf/ExtConfPatches.js +++ b/src/ext/conf/ExtConfPatches.js @@ -366,6 +366,16 @@ const ExtensionConfPatch = [ } } } + } else { + userOptions.sites['wwww.disneyplus.com']['DOM'] = { + "player": { + "manual": true, + "querySelectors": ".btn-media-clients", + "additionalCss": "", + "useRelativeAncestor": false, + "playerNodeCss": "" + } + } } } }