Youtube - Wide video container

wide video container on youtube

As of 2017-10-20. See the latest version.

// ==UserScript==
// @name        Youtube - Wide video container
// @namespace   1N07
// @description wide video container on youtube
// @include     https://www.youtube.com/*
// @version     1
// @grant       none
// ==/UserScript==

document.getElementById("content").setAttribute("style", "width: 90%;");