From 7d4e4fc520727cf7bae1a73e2269939681b6e4dd Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 10 Mar 2020 00:03:12 +0100 Subject: [PATCH] Fix disney+ a bit more thoroughly --- src/ext/conf/ExtConfPatches.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": "" + } + } } } }