From 7d4e4fc520727cf7bae1a73e2269939681b6e4dd Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 10 Mar 2020 00:03:12 +0100 Subject: [PATCH 1/2] 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": "" + } + } } } } From bf0d3b99cf1b500fb22065d7ca569f2bdcdfeb1b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 10 Mar 2020 00:04:09 +0100 Subject: [PATCH 2/2] Version bump --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"