Disney+ should be fixed? Maybe? See #84

This commit is contained in:
Tamius Han 2021-01-10 17:22:02 +01:00
parent 0760e447db
commit 167b9d4305
2 changed files with 9 additions and 8 deletions

View File

@ -436,6 +436,13 @@ const ExtensionConfPatch = [
userOptions.sites['streamable.com'].css = '.player {text-align: left}'
};
}
}, {
forVersion: '4.5.1.3',
updateFn: (userOptions, defaultOptions) => {
try {
userOptions.sites['wwww.disneyplus.com']['css'] = ".hudson-container {\n height: 100%;\n}";
}
}
}
];

View File

@ -1066,7 +1066,8 @@ var ExtensionConf = {
"useRelativeAncestor": false,
"playerNodeCss": ""
}
}
},
css: ".hudson-container { height: 100%; }",
},
"www.twitch.tv": {
mode: ExtensionMode.Enabled,
@ -1145,13 +1146,6 @@ var ExtensionConf = {
},
css: 'video {\n width: 100% !important;\n height: 100% !important;\n}',
},
"www.disneyplus.com": {
DOM: {
player: {
periodicallyRefreshPlayerElement: true,
}
}
},
"imgur.com": {
mode: -1,
autoar: -1,