转换body为绿豆沙色

转化body颜色

目前为 2019-08-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         转换body为绿豆沙色
// @namespace  https://gf.qytechs.cn/zh-CN/users/190580
// @version      0.2
// @author       joeonshaw
// @match        https://*
// @grant        none
// @include      http://*
// @include      https://*
// @include      file://*
// @description  转化body颜色
// ==/UserScript==
    'use strict';
(function() {
    const bodyCol = document.querySelector("body")
    bodyCol.style.backgroundColor = "rgba(140, 199, 181, 0.5)"
})();

QingJ © 2025

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