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": "" + } + } } } } diff --git a/src/manifest.json b/src/manifest.json index 4d8d43c..68a5b7a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "4.4.6", + "version": "4.4.6.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"