Greasy Fork is available in English.

S1变灰

限定stage1st论坛专用

// ==UserScript==
// @name       S1变灰
// @version      1.0
// @description  限定stage1st论坛专用
// @author       xilin_otaku
// @match        https://*.saraba1st.com/*
// @grant        none
// @namespace https://greasyfork.org/users/421059
// @license MIT
// ==/UserScript==


(function() {
    'use strict';
    document.getElementById("nv_forum").style.filter="grayscale(100%)"
    // Your code here...
})();