Make JavEngSub.com Watch Page Full Width
// ==UserScript==
// @name JavEngSub Watch Page Full Width
// @description Make JavEngSub.com Watch Page Full Width
// @version 1.1
// @include https://javengsub.com/watch/*
// @include https://*.javengsub.com/watch/*
// @author userscripts_porn
// @namespace javengsubwatchfullwidth
// @run-at document-start
// @noframes
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('#containerRoot #container {width:100%;}')