Sleazy Fork is available in English.

javConnect Watch Page Full Width

Make javConnect.com Watch Page Full Width

  1. // ==UserScript==
  2. // @name javConnect Watch Page Full Width
  3. // @description Make javConnect.com Watch Page Full Width
  4. // @version 1.0
  5. // @include https://javconnect.com/watch/*
  6. // @include https://*.javconnect.com/watch/*
  7. // @author userscripts_porn
  8. // @namespace javconnectwatchfullwidth
  9. // @run-at document-start
  10. // @noframes
  11. // @license MIT
  12. // @grant GM_addStyle
  13. // ==/UserScript==
  14.  
  15.  
  16.  
  17. GM_addStyle('#containerRoot #container {width:100%;}')