Disney+ should be fixed? Maybe? See #84
This commit is contained in:
parent
0760e447db
commit
167b9d4305
@ -436,6 +436,13 @@ const ExtensionConfPatch = [
|
|||||||
userOptions.sites['streamable.com'].css = '.player {text-align: left}'
|
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}";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1066,7 +1066,8 @@ var ExtensionConf = {
|
|||||||
"useRelativeAncestor": false,
|
"useRelativeAncestor": false,
|
||||||
"playerNodeCss": ""
|
"playerNodeCss": ""
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
css: ".hudson-container { height: 100%; }",
|
||||||
},
|
},
|
||||||
"www.twitch.tv": {
|
"www.twitch.tv": {
|
||||||
mode: ExtensionMode.Enabled,
|
mode: ExtensionMode.Enabled,
|
||||||
@ -1145,13 +1146,6 @@ var ExtensionConf = {
|
|||||||
},
|
},
|
||||||
css: 'video {\n width: 100% !important;\n height: 100% !important;\n}',
|
css: 'video {\n width: 100% !important;\n height: 100% !important;\n}',
|
||||||
},
|
},
|
||||||
"www.disneyplus.com": {
|
|
||||||
DOM: {
|
|
||||||
player: {
|
|
||||||
periodicallyRefreshPlayerElement: true,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imgur.com": {
|
"imgur.com": {
|
||||||
mode: -1,
|
mode: -1,
|
||||||
autoar: -1,
|
autoar: -1,
|
||||||
|
Loading…
Reference in New Issue
Block a user