Remove Global Filter 移除全局滤镜

remove global filter (e.g. grayscale) 移除全局滤镜(例如黑白效果)

目前為 2023-08-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name     Remove Global Filter 移除全局滤镜
// @namespace https://github.com/NateScarlet/Scripts/tree/master/user-script
// @description remove global filter (e.g. grayscale) 移除全局滤镜(例如黑白效果)
// @grant    none
// @run-at   document-idle
// @include	 *
// @version   2023.08.27+888c9ae5
// ==/UserScript==

"use strict";
(() => {
  // src/remove-global-filter.user.ts
  document.body.parentElement.style.filter = "none";
})();

QingJ © 2025

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