// ==UserScript== // @name 我要彩色 // @version 0.1 // @description Color back // @author voltachan(https://github.com/voltachan) // @match http*://*/* // @grant GM_addStyle // @run-at document-start // @namespace https://greasyfork.org/users/438767 // @downloadURL none // ==/UserScript== (function() { GM_addStyle("*{filter:grayscale(0) !important;}"); })();