Search found 32 matches

there is way to undo a ban, but you need a lot of patience and determination, the support is really stubborn, i took 1 month and half to get my account back after it got banned wrongly, they kept repeating me it was impossible, the only way is to keep annoying them, and if they start ignoring you, m...
Don Von Alpha Dom Here is an example of what i did const createInput = () => { const x = document.createElement("input"); x.setAttribute("type", "text"); return x; } const createLabel = (text) => { const x = document.createElement("label"); x.innerHTML = text...
anyway, if you sniffed the old imvu clients, you maybe have the old endpoints. Here is the request url for the ones used by imvu next/imvu studio: https://api.imvu.com/product/product-PID Replace "PID" in the url by the wanted product id, then you could find "ancestor_products" a...
Hello, i've sniffed imvu request and found the endpoint to submit an imvu rate for a room, so i wrote a small JS code to post the right data to it, but when i do, it simply doesn't work, the server returns me "error: this service requires an authenticated request", thing is, i have no idea...
problem is with imvu CORS, at first it was a greasemonkey script adding 2 inputs to an imvu error page, idk what would have been better, it looks shitty tho, and the output is still in browser console, but i guess i can easily add the namelist to an empty div or something
I'm a big fan of firefox since 5 or 6 years now, especially since they remade their engine (around 2017) it's actually really good, also firefox sometimes provide tools for certains website ( like instagram and facebook ) to track you outside their website with Facebook container, i think they are a...
Hello As i mentionned somewhere else, i made a script that can be used to compare the subscribers of two accounts, you simply copy/paste the code snippet in your browser console while being and on an imvu domain ( imvu classic website or imvu next is fine ) and it's going to retrieve both account su...