View 16:9 content as 21:9 on HBO MAX using User CSS
- Install User CSS
- Add this CSS for
play.hbomax.com
video{
height: calc(100vh * 1.238) !important;
top: calc(-100vh * 0.238/2) !important;
}
Alternatively, load the json file attached to this gist.
Nice idea ! Thank you !