// ==UserScript== // @name 更改黑白网页为彩色 // @version 1.5 // @description 修复黑白网页为彩色 // @license MIT // @author yuchenzhiyi // @match http*://*/* // @grant GM_addStyle // @namespace yuchenzhiyi // @downloadURL https://update.greasyfork.icu/scripts/455857/%E6%9B%B4%E6%94%B9%E9%BB%91%E7%99%BD%E7%BD%91%E9%A1%B5%E4%B8%BA%E5%BD%A9%E8%89%B2.user.js // @updateURL https://update.greasyfork.icu/scripts/455857/%E6%9B%B4%E6%94%B9%E9%BB%91%E7%99%BD%E7%BD%91%E9%A1%B5%E4%B8%BA%E5%BD%A9%E8%89%B2.meta.js // ==/UserScript== (function() { GM_addStyle("* {filter: none !important}"); })();