您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
使文章撑满整个屏幕。消除手机排版横向文字过少的问题。Expand the article width to fit the screen.
当前为
This Tampermonkey script aims to make articles published on Wechat more readable on desktop screens, which usually have more width than height.
The default layout of Wechat article is clearly in favour of mobile phones, which are held in hands and have more height than width.
It has been published and synced to GreasyFork. Check it out!
The default configuration will set the max-width
to 1200px.
If fitting the screen width is desired, modify the code
set_max_width("1200px");
to
set_max_width("none");
When the element of the article body is freed from max-width = 677px
,
the QR code might obstruct it.
A simple fix of hidding the QR code element is then applied to mitigate this.