Unfold
网页自动展开全文 - Auto-expand collapsed articles on Chinese news sites. Instantly reveal full content and dismiss app-wall prompts on ifeng.com, sina.cn, and sina.com.cn.
Works with Tampermonkey, Violentmonkey, or Greasemonkey. After installing, visit any ifeng.com or sina article to see it in action - content unfolds automatically, no app banners.
How it works
01
Smart detectionScans for Chinese collapsible elements - '展开全文', '阅读全文', '查看更多' - and clicks them automatically.
02
CSS overrideForce-unlocks max-height and mask-image constraints on article containers so clipped content is visible immediately.
03
App wall suppressionHides 'Open in APP' banners and interstitial download prompts that block reading on mobile sites.
04
Targeted safetyCSS brute-force and app-wall suppression only activate on ifeng.com and sina domains. Guancha.cn and other sites see no interference.
Changelog
v2.1.5Double @exclude rules in metadata (wildcard + bare domain). Safer window.location guards in JS body.
v2.1.4Absolute Guancha.cn exclusion - checks both hostname and full URL before any execution. Forces cache bypass.
v2.1.3Explicitly excluded guancha.cn to prevent night-mode theme interference. Early return and @exclude rule added.
v2.1.2Optimized stability. Targeted unfold and CSS injection scoped to Phoenix and Sina only. Prevents Guancha.cn breakages.
v2.1.1Added app-wall keyword suppression. Expanded selector coverage.
v2.0MutationObserver-based auto-retry. CSS brute-force mode for stubborn layouts.
Source
The raw userscript is served at /unfold.user.js. Install it directly from your userscript manager or save the file and drag it in.