微信公众号文章阅读模式

对微信公众号文章进行重新排版,方便阅读

目前为 2022-01-30 提交的版本。查看 最新版本

// ==UserScript==
// @name 微信公众号文章阅读模式
// @description 对微信公众号文章进行重新排版,方便阅读
// @author midpoint
// @version 1.0.4
// @grant none
// @noframes
// @include http://mp.weixin.qq.com/*
// @include https://mp.weixin.qq.com/*
// @include http*://*.weixin.qq.com/*
// @icon https://res.wx.qq.com/a/wx_fed/assets/res/NTI4MWU5.ico
// @namespace https://gf.qytechs.cn/users/5506
// ==/UserScript==
/*jshint multistr: true */

var styleEl = document.createElement('style');
styleEl.type = 'text/css';
styleEl.innerHTML = "\
.rich_media_content {color: #e5e9f0;background-color: #2e3440;font-size: 17px;width: 90%;padding: 100px;}\
.rich_media_meta_text {color: #e5e9f0!important;}\
.appmsg_skin_default .rich_media_area_primary {color: #e5e9f0;background-color: #2e3440;}\
.wx_wap_desktop_fontsize_2 .rich_media_area_primary_inner, .wx_wap_desktop_fontsize_2 .rich_media_area_extra_inner {max-width: 95%;}\
.not_in_mm[style] .qr_code_pc_outer[style] {display: block!important;position: absolute;}\
span[style]{color: #e5e9f0!important;background-color: #2e3440!important;font-size: 20px!important;line-height: 2em!important;}\
strong[style]{color: #e5e9f0!important;background-color: #2e3440!important;font-size: 20px!important;line-height: 2em!important;}\
blockquote[style]{color: #e5e9f0!important;background-color: #2e3440!important;font-size: 20px!important;line-height: 2em!important;}\
a:link {text-decoration: none;font-weight: normal;}a:link, a:link:hover, a:link:active, a:link * {color: #0095dd;}\
a {color: #0095dd;text-decoration: none;}\
p[style],section[style]{background-color: #2e3440!important;}\
";
document.documentElement.appendChild(styleEl);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址