Gray Filter Cleaner

Clear gray filter on all web pages

  1. // ==UserScript==
  2. // @name Gray Filter Cleaner
  3. // @namespace https://github.com/ipcjs/
  4. // @version 0.0.1
  5. // @description Clear gray filter on all web pages
  6. // @author ipcjs
  7. // @include *://*/*
  8. // @exclude https://*.google.com/*
  9. // @exclude https://twitter.com/*
  10. // @exclude https://*.facebook.com/*
  11. // @exclude https://*.youtube.com/*
  12. // @grant GM_addStyle
  13. // @run-at document-start
  14. // ==/UserScript==
  15.  
  16. GM_addStyle(`
  17. * {
  18. filter: none!important;
  19. }
  20. `)

QingJ © 2025

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