// ==UserScript== // @name 拒绝小说网站背景色 // @namespace https://xuexizuoye.com // @version 1.01 // @description 我不要绿色,不要护眼色,不要你觉得,就要我觉得! // @author huansheng(原作者:axiref) // @include http://*/* // @grant GM_addStyle // @run-at document-start // @downloadURL none // ==/UserScript== (function() { GM_addStyle("body {background-color: rgba(0, 0, 0, 0) !important}"); })();