您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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://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;');