NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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%;}')