YouTube Focus

For those sick of seeing distracting garbage on YouTube's homepage.

目前为 2016-09-05 提交的版本。查看 最新版本

// ==UserScript==
// @name        YouTube Focus
// @namespace   [email protected]
// @namespace   http://goo.gl/m79y0X
// @description For those sick of seeing distracting garbage on YouTube's homepage.
// @include     https://*youtube*/
// @version     1.2
// @grant       none
// ==/UserScript==
document.getElementById('page-container').innerHTML='<div style=""><img src="http://i.imgur.com/eFuwtCT.png" style="max-width:100%;"></div>';
document.getElementById('body-container').setAttribute('style','background-color:#ffffff;');