Greasy Fork

Greasy Fork is available in English.

纯色背景

还你一个干净的摸鱼论坛

当前为 2021-07-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         纯色背景
// @namespace    http://tampermonkey.net/
// @version      0.1.0
// @description  还你一个干净的摸鱼论坛
// @author       moreant
// @match        https://www.v2ex.com/*
// @icon         https://www.google.com/s2/favicons?domain=v2ex.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.body.insertAdjacentHTML('afterbegin', '<div id="two"><style>#Wrapper{ background:#F3F4F6 !important}</style></div>');
})();