Make javConnect.com Watch Page Full Width
// ==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%;}')