This is a fork of Jakcodex's Muledump.
This repository is up-to-date and functional as of 2025.
Muledump is a tool designed to consolidate the contents of all your accounts into a single, user-friendly page. It displays characters, their stats, items, and vault inventory, while also generating a comprehensive summary of all your items.
- Download the repository as a ZIP file.
- Extract the ZIP file to a suitable location. We recommend placing it in your Documents folder, e.g.,
Documents/muledump.
To function properly, Muledump requires Cross-Origin Resource Sharing (CORS) to be enabled. Most browsers block CORS by default.
- Install the CORS Everywhere plugin.
- Chrome plugins cannot bypass CORS restrictions.
- Instead, use the
--disable-web-securitystartup argument.
If using Chrome, you can create a shortcut to open Muledump in app mode. This shortcut will bypass CORS restrictions and make Muledump act like a standalone application.
- Locate your Chrome installation directory (e.g.,
C:\Program Files\Google\Chrome\Application\chrome.exe). - Create a shortcut with the following arguments:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="%appdata%\muledump" --app="file:///%USERPROFILE%/Documents/muledump/muledump.html"
- Open
muledump.htmlin Firefox with the CORS Everywhere plugin enabled.
- Use the shortcut you created to open Muledump in app mode. No additional plugins are required.
Whenever an update is released:
- Replace all the files in the directory where you extracted Muledump.
That's it! You're good to go.
Enjoy using Muledump to manage your accounts efficiently!