Greasy Fork

Greasy Fork is available in English.

我要彩色

Color back

目前为 2020-04-04 提交的版本。查看 最新版本

// ==UserScript==
// @name         我要彩色
// @version      0.1
// @description  Color back
// @author       voltachan(https://github.com/voltachan)
// @match        http*://*/*
// @grant        GM_addStyle
// @run-at       document-start


// @namespace http://greasyfork.icu/users/438767
// ==/UserScript==

(function() {
    GM_addStyle("*{filter:grayscale(0) !important;}");
})();