NightWalkerDayFucker / Pornradise Watch Page Full Width

// ==UserScript==
// @name            Pornradise Watch Page Full Width
// @description     Make Pornradise.com Watch Page Full Width
// @version         1.0
// @include         https://pornradise.com/watch/*
// @include         https://*.pornradise.com/watch/*
// @author			userscripts_porn
// @namespace       pornradisewatchfullwidth
// @run-at			document-start
// @noframes
// @license         MIT
// @grant           GM_addStyle
// ==/UserScript==



GM_addStyle('#containerRoot #container {width:100%;}')