您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark theme for Official Minecraft Wiki - minecraft.fandom.com
// ==UserScript== // @name Dark Theme for Official Minecraft Wiki // @namespace https://gf.qytechs.cn/en/users/704811-wjatek // @version 0.3.1 // @description Dark theme for Official Minecraft Wiki - minecraft.fandom.com // @author wjatek // @license MIT // @match https://minecraft.fandom.com/* // @grant none // ==/UserScript== (function() { 'use strict' const styleEl = document.createElement('style') styleEl.innerText = ` #content, #content .fp-section { background-color: #293033 !important; } #toc, #content .notaninfobox, #content .wikitable, #content .thumbinner { background-color: #313f4c !important; } #content .infobox-rows tr:nth-child(even) { background-color: #3f4c58 !important; } #content .wikitable > tr > th, #content .wikitable > * > tr > th, #content .loadbox-navbox, #catlinks, #content .navbox, #content .navbox th { background-color: #28333e !important; } #content .navbox table { background-color: #1f2831 !important; } #content .loadbox-navbox > p { background: none !important; } #content .msgbox { background: #696969 !important; border-width: 5px !important; } #content code { background: #131313 !important; border-color: #292929 !important; } #content .nbttree-inherited { background-color: #585858 !important; color: #cacaca !important; } #content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content li, #content td, #content th, #content span, #content .thumbcaption, #content code, #content .hatnote, #content dd, #content dt { color: #cacaca !important; } #content td, #content .edition-box { box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.5); } #content a { color: #4082bb !important; } #content .msgbox a, #content .edition-box a { color: #7eb7e8 !important; } ` document.head.appendChild(styleEl) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址