YouTube Focus

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

目前为 2015-05-26 提交的版本。查看 最新版本

// ==UserScript==
// @name        YouTube Focus
// @namespace   [email protected]
// @description For those sick of seeing distracting garbage on YouTube's homepage.
// @include     https://*youtube*/
// @version     1.1
// @grant       none
// ==/UserScript==

document.getElementById('content').innerHTML='<div style="font-size:2.0em;max-width:500px;margin-left:auto;margin-right:auto;margin-top:100px;">All Clear!<br /><div style="max-width:500px;margin-left:auto;margin-right:auto;margin-top:25px;"><img src="http://i.imgur.com/lAx5xmX.png" style="max-width:100%;"></div></div>';
document.getElementById('body-container').setAttribute('style','background-color:#ffffff;');