For those sick of seeing distracting garbage on YouTube's homepage.
目前為
// ==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;');