Twitter Minimal 阅读优化、去除干扰

为大屏优化Twitter阅读体验:宽屏布局、自动展开、字体美化、简化界面 (隐藏曝光量、转发数等干扰信息)

作者
itsyixi
今日安裝
1
安裝總數
3
評價
0 0 0
版本
1.2
建立日期
2025-08-26
更新日期
2025-08-26
尺寸
6.8 KB
授權條款
MIT
腳本執行於

🎯 Features

✅ Auto-expand feature: Automatically clicks “Show more” so you can read the full content without manual action
✅ Refined typography – Enjoy a sleek reading experience with the iA Writer Mono S monospaced font (download required)
✅ Cleaner interface – Distraction-free view by hiding impressions and repost counts, keeping only replies, likes, and bookmarks
✅ Optimized for widescreens – Perfectly adapts to large displays (Not for HOME page)

🎯 功能特性

✅ **自动展开功能**:自动点击"显示更多"按钮,无需手动点击即可查看完整内容
✅ **显示字体优化**:应用 iA Writer Mono S 等宽字体,提供更优雅的阅读体验(需自行下载字体)
✅ **简化界面**:隐藏曝光量、转发数等干扰信息,只保留回复、点赞和书签功能
✅ **宽屏布局优化**:适合大屏幕显示 (对于主页不适用)

## Font Setup (Optional, but Recommended)

For the best look, you can add the iA Writer Mono S font:

1. Go to the iA Writer Fonts page: https://github.com/iaolo/iA-Fonts
2. Download and install [ iA Writer Mono S ]

## 字体安装 (可选但推荐)

为了获得最佳体验,请安装 iA Writer Mono S 字体:

1. 访问 [iA Writer Duospace 字体页面](https://github.com/iaolo/iA-Fonts)
2. 下载并安装 iA Writer Mono S 字体

## ⚙️ 自定义选项

### 调整字体大小
找到这一行:
```css
font-size: 16px !important;
```
可以调整为 `14px`、`18px` 等其他大小

### 调整行间距
找到这一行:
```css
line-height: 1.6 !important;
```
可以调整为 `1.4`、`1.8` 等其他值