您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
掘金小册没有暗黑模式🥀,长时间阅读有点伤眼睛,于是自己做了一个✌️。
/* ==UserStyle== @name 掘金小册阅读暗黑模式 @namespace lgldlk @version 0.1 @description 掘金小册没有暗黑模式🥀,长时间阅读有点伤眼睛,于是自己做了一个✌️。 @author lgldlk @license MIT @preprocessor default ==/UserStyle== */ @-moz-document url("*://juejin.cn/book/*/section/*") { .book-content .book-content-inner .book-body { background-color: #4f4f4f !important ; } .logo path { fill: #fff !important ; } .book-content__header { background-color: #2c2d2c !important; color: #eee !important; } .book-content .book-content-inner .book-content__header .title a { color: #fff !important; } .book-summary__header { background-color: #2c2d2c !important; color: #eee !important; } .book-summary__header .label { color: #fff !important; background-color: rgb(87, 87, 87, 10%) !important; } .section-page.book-section-view { background-color: #2c2d2c !important; max-width: 1000px !important; } .markdown-body { color: #eee !important; } .book-summary-inner { background-color: #2c2d2c !important; } .book-summary-inner .title { color: #ccc !important; } .section.route-active .title { color: #fff !important; } .route-active .label { color: #fff !important; background: rgb(92 96 102) !important; } .route-active .left .index { color: #fff !important; } .book-directory-comp { color: #eee !important; } .book-summary__footer { display: none !important; } .step-btn { background: #5e6063 !important; } .route-active:after { background-color: #fff !important ; } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址