Hey, I found the script and really like all the features it provides. There are just two things I found weird while glancing over the code. First of all, there are some unused functions like MainDialogTabs and in LoginGoBack you are using a hardcoded apiKey. I think that's either a security risk because other people will use the same key too or a bug because the server knows that someone else is already logged in with this apiKey. Why not just get one from the server by sending a request to for example https://vrchat.com/api/1/config ? One small feature which would be awesome would be a toggleable auto-reload on the "Worlds with Friends" page.
Hey, I found the script and really like all the features it provides. There are just two things I found weird while glancing over the code. First of all, there are some unused functions like MainDialogTabs and in LoginGoBack you are using a hardcoded apiKey. I think that's either a security risk because other people will use the same key too or a bug because the server knows that someone else is already logged in with this apiKey. Why not just get one from the server by sending a request to for example https://vrchat.com/api/1/config ?
One small feature which would be awesome would be a toggleable auto-reload on the "Worlds with Friends" page.