Greasy Fork

Greasy Fork is available in English.

拒绝小说网站背景色、修改字体、段落距离

我不要绿色,不要护眼色,不要你觉得,就要我觉得!

当前为 2020-04-21 提交的版本,查看 最新版本

// ==UserScript==
// @name         拒绝小说网站背景色、修改字体、段落距离
// @namespace    https://xuexizuoye.com
// @version      1.2
// @description  我不要绿色,不要护眼色,不要你觉得,就要我觉得!
// @author       huansheng(原作者:axiref)
// @include      http://*/*
// @grant        GM_addStyle
// @run-at       document-start
// ==/UserScript==
(function() {
    GM_addStyle("body,.main-text-wrap,#content,.content,#main-text-wrap,.chapter-content,#chapter-content,#contentWp,.paper-box,.content-body,.content-body,.content-ext,#content p,#htmlContent,#chaptercontent {background-color: rgba(0, 0, 0, 0) !important}");
    GM_addStyle("body,.main-text-wrap,#content,.content,#main-text-wrap,.chapter-content,#chapter-content,#contentWp,.paper-box,.content-body,.content-body,.content-ext,#content p,#htmlContent,#chaptercontent {font-size: 16px!important}");
    GM_addStyle("body,.main-text-wrap,#content,.content,#main-text-wrap,.chapter-content,#chapter-content,#contentWp,.paper-box,.content-body,.content-body,.content-ext,#content p,#htmlContent,#chaptercontent {font-family: Helvetica Neue,Arial,PingFang SC,STHeiti,Microsoft YaHei,SimHei,sans-serif!important}");
    GM_addStyle("body,.main-text-wrap,#content,.content,#main-text-wrap,.chapter-content,#chapter-content,#contentWp,.paper-box,.content-body,.content-body,.content-ext,#content p,#htmlContent,#chaptercontent {line-height: 130%!important}");
})();