返回首頁 

Stadium Videos Widescreen

Watch stadium videos to fit browser width


Install this script?
// ==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 ; }`)