YouTube Focus

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

目前為 2015-05-17 提交的版本,檢視 最新版本

// ==UserScript==
// @name        YouTube Focus
// @namespace   [email protected]
// @description For those sick of seeing distracting garbage on YouTube's homepage.
// @include     https://www.youtube.com/
// @version     1.0
// @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;');