ultrawidify
ultrawidify copied to clipboard
No video element is detected on disneyplus.com?
Describe the bug For Terminator: Dark Fate: https://www.disneyplus.com/ko-kr/movies/terminator-dark-fate/5ACMNhUVNDAq
To Reproduce Opened that link
Expected behavior The video should be cropped
Screenshots
Browser and OS
- Browser/browser version: Firefox 97.0.1
- Operating system: Windows 11
- Ultrawidify version: 5.1.1
Additional info
No fuck-you-and-do-what-i-say
(or such) class is added to .btm-media-client-element
.
Maybe a dupe of #84, dunno...
Disney+ has been very hit&miss in the past. Apparently it works for some people and not for others. I don't know because it's not even available in my country.
What happens if, while a video is playing, open the console and paste this into it?
document.getElementsByTagName('video')
Extension expects something like this:
But if people at disney are cheeky, I fear I may get something like this ... which is not okay.
In case previous line of code returns nothing, what about:
document.getElementsByTagName('canvas')
Fortunately it's a video
not canvas
.
<video class="btm-media-client-element fontDefault fontColorWhite fontOpacity100 fontSize32 fontEdgeNone backgroundColorBlack backgroundOpacity75 windowColorWhite windowOpacity0" disablepictureinpicture="" tabindex="-1" src="blob:https://www.disneyplus.com/d6cc808e-a90a-42b9-9143-4889da4f0e8b"></video>
Housekeeping — this should be fixed for a while. cc #211