// ==UserScript== // @name v2ex 强制纯色背景 // @namespace http://tampermonkey.net/ // @version 0.1.1 // @description 还你一个干净的摸鱼论坛 // @author moreant // @match https://www.v2ex.com/* // @icon https://www.google.com/s2/favicons?domain=v2ex.com // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.body.insertAdjacentHTML('afterbegin', '
'); })();