JanitorAI Full Export

Export your whole JanitorAI account: every chat, the character cards, and every lorebook that is reachable, as one JSON file.

Terá de instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

Terá de instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Terá de instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Terá de instalar uma extensão como Tampermonkey para instalar este script.

Terá de instalar uma extensão de gestão de scripts de utilizador para instalar este script.

(Já tenho um gestor de scripts de utilizador, deixe-me instalá-lo!)

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

(Já tenho um gestor de estilos de utilizador, deixe-me instalá-lo!)

Autor
0don
Instalações diárias
2
Total de instalações
7
Classificações
0 0 0
Versão
1.2.0
Criado
30/08/2026
Atualizado
30/08/2026
Tamanho
20 KB
Licença
MIT
Aplica-se a

Exports your whole JanitorAI account from your own logged-in session: every chat, the character cards behind them, and the lorebooks.

A floating "Export all" button appears at the bottom right on janitorai.com. One click walks every character you have chatted with, downloads one JSON file, and shows progress while it runs.

What it exports

  • every chat and every message, for every character
  • character cards (name, description, personality, scenario, greeting, example dialogs)
  • lorebooks, including private ones: those answer 404 on their own endpoint even while you are logged in, but JanitorAI still resolves them into the prompt it assembles for a generation, so the text is recovered from there
  • hidden definitions (showdefinition off), recovered the same way

What it cannot export A card whose creator turned allow_proxy off and hid the definition. With both closed the text is never assembled anywhere the browser can read it. Anything unreachable is listed at the end with the reason, rather than silently exported as an empty card.

Notes

  • everything runs in your browser against your own session, nothing is sent anywhere
  • recovered lorebook entries are keyless and always-on, because the keys do not survive the assembly and inventing them would be guesswork
  • the output imports directly into UnoRouter chat; it is plain JSON, so it can be converted for other frontends too