微信公众号文章阅读简洁模式
微信公众号文章阅读简洁模式 by akira0245

Details
Authorakira0245
LicenseNo License
Categorymp.weixin.qq.com
Created
Updated
Code size1.1 kB
Code checksum5ebc41d2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
默认使用思源宋体,请先安装
Source code
/* ==UserStyle==
@name 微信阅读简洁模式
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("mp.weixin.qq.com") {
/* 在此插入代码... */
html,
body,
#page-content {
background: black !important;
}
[href] {
color: blue !important;
text-decoration: underline ;
}
* {
font-family: "Noto Serif SC" !important;
color: #000 !important;
line-height: 1.8rem !important;
background: #fff !important;
letter-spacing: 0.01rem !important;
font-size: 24px !important;
}
[class^="js_darkmode"] {
color: inherit !important;
background: inherit !important;
}
#js_pc_qr_code {
position: absolute;
z-index: 10;
}
mp-common-mpaudio {
width: 700px !important;
}
.qr_code_pc > p,
.rich_media_area_extra {
display: none;
}
.rich_media_area_primary_inner {
max-width: 50vw !important;
border: 8vw solid white !important;
}
}