网页点亮脚本

用于点亮变灰的网页

// ==UserScript==
// @name         网页点亮脚本
// @namespace    https://github.com/q6378561
// @version      0.1
// @description  用于点亮变灰的网页
// @author       乱舞神菜
// @match        *://*
// @require      https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.onload =()=>{
        document.documentElement.style = "filter: grayscale(0);"
    }
    // Your code here...
})();

QingJ © 2025

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