NightWalkerDayFucker / JavEngSub Watch Page Full Width

// ==UserScript==
// @name            JavEngSub Watch Page Full Width
// @description     Make JavEngSub.com Watch Page Full Width
// @version         1.0
// @include         https://javengsub.com/watch/*
// @include         https://*.javengsub.com/watch/*
// @author			userscripts_porn
// @namespace       javengsubwatchfullwidth
// @run-at			document-start
// @noframes
// @license         MIT
// @grant           GM_addStyle
// ==/UserScript==



GM_addStyle('#containerRoot #container {width:100%;}')