NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name javConnect Watch Page Full Width // @description Make javConnect.com Watch Page Full Width // @version 1.0 // @include https://javconnect.com/watch/* // @include https://*.javconnect.com/watch/* // @author userscripts_porn // @namespace javconnectwatchfullwidth // @run-at document-start // @noframes // @license MIT // @grant GM_addStyle // ==/UserScript== GM_addStyle('#containerRoot #container {width:100%;}')