Offlineland.io exporter
Finish a previously-started profile export
Instructions:
-
Manyland has closed down! You can't export your profile anymore (but you can still continue or re-download a previously-started export)
-
Click "Copy to Clipboard" below
-
Go to https://manyland.com/
-
Open the console by pressing F12
-
Paste the snippet (if that's the first time you're doing this, it'll ask you to type something in first) and press enter
-
Click the button, and wait. The zip should download automatically.
fetch("https://raw.githubusercontent.com/offlineland/exporter/main/exporter.js").then(res => res.text()).then(txt => eval(txt));
Notes:
- Data is saved locally between runs. You can re-run the archiver at any point and it'll pick back up where it left off.
- Downloading collected creations will take a little while.
- Since Manyland is now offline, this downloads data from the archives. It will only be able to save public things.
- As usual, you shouldn't run code from sources you do not trust, yadda yadda
- The code is also available on Github.