Ramotion Blog Beautification

Improve reading experience on ramotion.com blog

Author
qixing-jk
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.0.2
Created
2025-08-18
Updated
2025-08-18
Size
2.13 KB
License
N/A
Applies to

Ramotion Blog Beautification

README | 中文文档


GitHub | Greasy Fork

Greasy Fork Version Greasy Fork Downloads

A browser userscript (Tampermonkey) project to improve reading experience on Ramotion's blog by removing distracting elements and optimizing layout.

Features

  • Remove subscription sidebar that obstructs reading
  • Expand article container to utilize full screen width
  • Toggle script on/off through Tampermonkey menu
  • Clean and focused reading experience
  • Lightweight and fast

Quick Start

  1. Install the userscript in your browser:

| GitHub Source (Recommended, optimized) | Greasy Fork (Alternative) | | -------------------------------------- | ------------------------- | | Install | Install |

  1. Navigate to Ramotion blog
  2. Toggle the script on/off through Tampermonkey menu

Local Development

  1. Clone this repo
  2. Run pnpm install
  3. Run pnpm dev for development, pnpm build for production
  4. For optimized build, run pnpm build:optimize

Tech Stack