去除公众号图片懒加载,让图片一次性加载出来,避免等待,
同时并优化windows端公众号阅读时的字体、字间距、行距等问题,让其阅读更舒适,如优化字体为苹方等等
微信公众号阅读样式优化 by wttzzz
Details
Authorwttzzz
LicenseNo License
Categoryhttps://mp.weixin.qq.com/
Created
Updated
Size789 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
去除公众号图片懒加载,让图片一次性加载出来,避免等待,
同时并优化windows端公众号阅读时的字体、字间距、行距等问题,让其阅读更舒适,如优化字体为苹方等等
Source code
/* ==UserStyle==
@name weixin.qq.com - 2023/1/1 上午2:37:34
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle 去除公众号懒加载,并优化windows端公众号阅读字体字间距行距等问题,更适合阅读
@author Me
==/UserStyle== */
@-moz-document regexp("mp.weixin.qq.com/*") {
/* 在此插入代码... */
}
/* 正文字体优化 */
p, span {
font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif !important;
/* font-size: 16px; */
/* color: #3c3e3d; */
/* font-weight: 400; */
margin: 0 0 20px 0;
line-height: 28px;
}
/* 去除公众号延迟加载 */
.js_img_placeholder {
display:none}