

You are using https://perchance.org/ai-character-chat
correct? not other link? On the Developer Tools, you can navigate to the Application or Storage directly and check the IndexedDB
-> chatbot-ui-v1
to see if there are still any data there.
Can you also try going to the top
near the filter on the console, then go to the ai-character-chat
frame, on hover it should show the page highlighted.
Then on the input on the bottom of the console: run exportRawDb("chatbot-ui-v1")
and it would download a .cbor.gz
file. You can try to import it on an incognito tab and check if the data is there.
It is here in Petra’s Guides.