Log in to mangago.me
Open the list you want to back up (Want to Read / Reading / Read)
Make sure you’re on page 1 of that list
Press F12 on your keyboard
A panel opens
Click the Console tab
Copy the script below
Paste it into the Console
Press Enter
(async () => {
const totalPages = 43;
const sleep = ms => new Promise(r => setTimeout(r, ms));
const manga = new Map();
for (let p = 1; p <= totalPages; p++) {
const url = window.location.href.replace(/(?page=d+|$)/, `?page=${p}`);
await fetch(url)
.then(r => r.text())
.then(html => {
const doc = new DOMParser().parseFromString(html, "text/html");
doc.querySelectorAll('a[href*="/read-manga/"]').forEach(a => {
const title = a.textContent.trim();
if (title) manga.set(a.href, title);
});
});
await sleep(1000);
}
const csv = "Title,URLn" + [...manga.entries()]
.map(([url, title]) => `"${title.replace(/"/g,'""')}",${url}`)
.join("n");
const blob = new Blob([csv], { type: "text/csv;charset=utf-8;" });
const a = document.createElement("a");
a.href = URL.createObjectURL(blob);
a.download = "mangago_backup.csv";
a.click();
})();
MAKE SURE replace the number if needed — here it’s 43 pages if you have for example 10 pages in your read list change const totalPages = 10; in code. Do this for want to read, reading, want to read list one by one
I was so scared Please don’t let this site go down (/TДT)/
I can send a video tutorial if that helps.
Basically, the “script” is just a small piece of text you copy and paste.
You open the page, press F12 on your keyboard, then click on Console.
After that, you paste the text I shared and press Enter. That’s it.
If you’re unsure, you can also google something like “how to run a script on a webpage” and follow any simple guide.
Sorry if I sounded too technical before I didn’t mean to

Someone wrote this comment and I'm forwarding it so more people can see it :
Hi guys
As you know the other site is already down and now this sites in danger as well. Someone named (@useru1fxwvksux) in tiktok has posted a video with mangago name visible (including name of other sites as well). I think they are also responsible for the other site rn. Pls dont interact with their platform and lets mass report their account.
Help spread this and let's protect this precious site
https://www.tiktok.com/@useru1fxwvksux?_r=1&_t=ZS-93HuNLJB7CB
Report this person on tiktok