What problem does it solve? Downloading manga chapters page-by-page for offline reading is tedious and error-prone. This Skill guides you through installing, configuring, and troubleshooting a browser userscript that packages entire chapters into CBZ or ZIP archives with one click, entirely client-side. ## Core Features & Use Cases - One-Click Chapter Archiving: Detects chapter boundaries, fetches all pages in parallel, and assembles a properly named CBZ or ZIP archive in the browser. - Configurable Export: Control archive format, download parallelism (1-8 concurrent requests), and filename patterns using template variables like {series}, {chapter}, and {volume}. - Troubleshooting Guidance: Resolve missing buttons, incomplete archives, memory crashes on long chapters, and incorrect file names. - Use Case: You want to back up a manga series before it is delisted. Install the userscript in Tampermonkey, set a custom naming pattern like '{series}Ch{chapter}[ARCHIVE].cbz', and archive each chapter with a single click for reading on an e-reader. ## Quick Start Install the MangaSnap OneClick userscript in Tampermonkey and show me how to configure it to download the current manga chapter as a CBZ file with series-first naming.