wumpwump-dl
I’ve met some issues regarding a specific service related to this project, working them out, then a new release will be up on Firefox extensions and the Chrome Web Store
What is it
A browser extension that lets you scrape and archive Discord channels and DMs, without ever touching the API. It scrolls through the channel (auto or manual) and harvests messages out of the DOM as they render, so to Discord it looks like a regular session scrolling history.
Each archive can be exported as:
- JSON: raw message data for whatever you want to do with it later.
- HTML" a self-contained, Discord-styled viewer with avatars, embeds, reactions, media, opens in any browser.
- ZIP" same as HTML but with all attached images, videos, and CDN media bundled in, since Discord CDN links expire after messages are deleted.
Why
I wanted a way to keep conversations and channels around after the fact, Discord’s own data exports are slow, incomplete, and only work for your own messages. Existing tools mostly rely on bot tokens or the API, which is the fastest way to get your account flagged.
This one is deliberately invisible: zero API calls, zero extra network traffic, just DOM scraping at human-ish speeds. Use Manual scroll mode if you want to be extra paranoid.
Status
The extension is feature-complete and submitted to both the Chrome Web Store and the Firefox Add-on marketplace , the initial release is live (DOM Scraping), as for the network interception, it’s currently pending review on both. Until then it’s manual install from Releases .