From 0a8dda10fff5054bf697ae22bcb1fef2236dc287 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9B=A0=E7=9F=A5?= =?UTF-8?q?=E4=B9=8E=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=87=B4=E7=9A=84=20[?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E7=89=87=E6=9C=80=E5=A4=A7=E9=AB=98?= =?UTF-8?q?=E5=BA=A6]=20=E6=AF=94=E4=BE=8B=E5=A4=B1=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Beautification.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zhihu-Beautification.user.js b/Zhihu-Beautification.user.js index d53750a..d18d96c 100644 --- a/Zhihu-Beautification.user.js +++ b/Zhihu-Beautification.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 知乎美化 -// @version 1.5.7 +// @version 1.5.8 // @author X.I.U // @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏 // @match *://www.zhihu.com/* @@ -236,7 +236,7 @@ html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;b header.is-hidden {display: none;} `, style_4 = `/* 调整图片最大高度 */ -.ztext .content_image, .ztext .origin_image, .GifPlayer img {max-height: 500px;width: auto;} +.ztext .content_image, .ztext .origin_image, .GifPlayer img {max-height: 500px !important;width: auto !important;} `, style_darkMode_1 = `/* 暗黑模式(方案 1) */ /* 文字颜色 */