Thamrill wrote: Sun Sep 18, 2022 12:46 pm
I'm 99.9% sure TeaseStorage is saved on Milovana's server...
You are probably right. I cannot check different browsers, I have only FF and old IE, and IE doesn't load weabteases.
But I checked a bit more carefully content of this local memory under FF. For example for Chatroom webtease there is array of progresses (for each girl probably). But it doesn't reflect state of the game. Also If I change it, it doesn't affect the game. So it is probably some kind of memory dump and it is not used.
EDIT: Ok, I had brilliant idea...I logged out of milovana. And now this memory is used :). So if you are logged data is probably stored on the server, and if you are not, then it is stored locally in the browser.
Yesterday I also checked undocumented teaseStorage.length nad teaseStorage.key(...) and they work. So now I can print the content of my memory in the tease itself.
Thanks.