旧式网页阅读优化

调整旧式网页(指那些几乎没有排版,直接用 <h1>、<p> 等等标签从上到下堆下来的网页)的排版,将内容宽度限制为适合阅读的宽度,添加目录侧栏,点击可以跳转到对应位置。此脚本不影响“现代化的”网页(至少我写的时候是这么想的,如果有误伤,可以到 github 上告诉我)。

目前为 2020-02-20 提交的版本。查看 最新版本

作者
阿昭
评分
0 0 0
版本
1.0 beta
创建于
2020-02-20
更新于
2020-02-20
大小
5.5 KB
许可证
暂无
适用于
所有网站

# Good-For-Reading

Limit the width of old-styled websites (which has it's text content expand across the whole wide window) and add a catalogue sidebar for a comfortable reading. This script does not affect those "modern" web pages (At least I tried to avoid that. If it fails, you can report the bug on github).

## Preview
The original webpage:
![screenshot-original](https://github.com/li-zyang/zScripts/raw/master/Good-For-Reading/Screenshot-original.png)

The page patched by Good-For-Reading:
![screenshot-patched](https://github.com/li-zyang/zScripts/raw/master/Good-For-Reading/Screenshot-patched.png)