哔哩哔哩更改主题背景颜色_辉

哔哩哔哩更改背景主题颜色,看起来更加舒适

// ==UserScript==
// @name         哔哩哔哩更改主题背景颜色_辉
// @version      1.1
// @description  哔哩哔哩更改背景主题颜色,看起来更加舒适
// @author       小白程序猿H
// @match        https://www.bilibili.com/*
// @icon         https://www.bilibili.com/favicon.ico?v=1
// @grant        none
// @namespace https://gf.qytechs.cn/users/953193
// ==/UserScript==

(function() {
    'use strict';

    // 获取所有代码块
    let main = document.querySelector("main");
    let video = document.querySelector(".header-v3 #app");
    let video1 = document.querySelector("#header-v3");
    video.style.backgroundColor = '#564040';
    main.style.backgroundColor = '#564040';
    video1.style.backgroundColor = '#564040';


})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址