Watch stadium videos to fit browser width
// ==UserScript==
// @name Stadium Videos Widescreen
// @description Watch stadium videos to fit browser width
// @version 1.0
// @license MIT
// @namespace watchstadium.com
// @match *watchstadium.com/*
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle(`
.livePage__player { max-width: unset !important ; }
`)