微信公众号文章阅读模式

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

目前为 2022-03-11 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name 微信公众号文章阅读模式
  3. // @description 对微信公众号文章进行重新排版,方便阅读
  4. // @author midpoint
  5. // @version 1.0.7
  6. // @grant none
  7. // @noframes
  8. // @include http://mp.weixin.qq.com/*
  9. // @include https://mp.weixin.qq.com/*
  10. // @include http*://*.weixin.qq.com/*
  11. // @icon https://res.wx.qq.com/a/wx_fed/assets/res/NTI4MWU5.ico
  12. // @namespace https://gf.qytechs.cn/users/5506
  13. // ==/UserScript==
  14. /*jshint multistr: true */
  15.  
  16. var styleEl = document.createElement('style');
  17. styleEl.type = 'text/css';
  18. styleEl.innerHTML = "\
  19. .rich_media_area_primary_inner,.rich_media_area_extra_inner {max-width:90%;font-size:20px!important;}\
  20. p,section,span[style] {font-size:20px!important;}\
  21. .not_in_mm[style] .qr_code_pc_outer[style] {display: block!important;position: absolute;z-index: 9;}\
  22. ";
  23.  
  24. document.documentElement.appendChild(styleEl);

QingJ © 2025

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