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;');

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址