您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
CSS fixed to new youtube
// ==UserScript== // @name FixRedYoutube // @description CSS fixed to new youtube // @include *://*.youtube.com* // @grant GM_addStyle // @run-at document-start // @version 2.2 // @namespace // ==/UserScript== GM_addStyle ( "#player-ads { display: none; }\ paper-button.ytd-subscribe-button-renderer {\ background: hsla(3, 60%, 47%, 1);\ }\ a.yt-simple-endpoint.yt-formatted-string {\ color: hsla(3, 60%, 47%, 1);\ }\ #progress.ytd-thumbnail-overlay-resume-playback-renderer, .ytp-red2 .ytp-swatch-background-color, .ytp-red2 .ytp-swatch-background-color-secondary, .ytp-play-progress.ytp-swatch-background-color, .ytp-swatch-background-color-secondary {\ background-color: hsla(3, 60%, 47%, 1);\ }\ path#lozenge-path, #logo path.style-scope.yt-icon {\ fill: hsla(3, 60%, 47%, 1);\ }\ div#top div#player {\ max-height: calc(100vh - var(--ytd-masthead-height, 56px));\ }");