您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Makes YouTubes search box also dark when in dark mode
当前为
/* ==UserStyle== @name YouTube Dark Search Box @description Makes YouTubes search box also dark when in dark mode @namespace gitlab.com/Neui/userstyles @homepageURL https://gitlab.com/Neui/userstyles @supportURL https://gitlab.com/Neui/userstyles/issues @version 1.0.0 @license CC-BY-4.0 @author Neui ==/UserStyle== */ @-moz-document domain("youtube.com") { html[dark=true] .gsfs, /* Main thing */ html[dark=true] .sbfl_b, /* Report autocompletion line */ html[dark=true] .sbsb_a, /* Top/bottom border */ html[dark=true] .sbdd_b /* Final border */ { background: hsla(0, 0%, 8%, .8) !important; border-color: black; } /* Make main text white to be readable */ html[dark=true] .gsfs { color: white !important; } /* Seach entry hover */ html[dark=true] .sbsb_d { background: hsla(0, 0%, 20%, .8) !important; } /* Remove this to get rid of the border */ html[dark=true] .sbdd_b /* Final border */ { border-top: 1px solid; border-color: #3a3b42 /* #1c62b9 */ ; } /* Make text of the report autocompletion more transparent */ /*html[dark=true] .sbfl_b { color: #6a6a6a !important; }*/ }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址