纯色背景

还你一个干净的摸鱼论坛

  1. // ==UserScript==
  2. // @name 纯色背景
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2.0
  5. // @description 还你一个干净的摸鱼论坛
  6. // @author moreant
  7. // @match https://www.v2ex.com/*
  8. // @icon https://www.google.com/s2/favicons?domain=v2ex.com
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. document.head.insertAdjacentHTML('afterbegin', '<div id="two"><style>#Wrapper{ background:#F3F4F6 !important}</style></div>');
  15. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址