Kenkkuliina's content
PLZ remove the auction free from diamond items. It just doesnt work
goBlog

8. March 2023 08:49

Just to remind myself

https://gosupermodel.com/community/forum_thread.jsp?id=399004&page=2&offset=20#page1

https://gosupermodel.com/community/forum_thread.jsp?id=399047&page=6&offset=100#page1

https://gosupermodel.com/community/forum_thread.jsp?id=398871&page=26&offset=500#post15

https://gosupermodel.com/community/forum_thread.jsp?id=492&offset=0#post1

16. December 2022 18:20

Profile layout

https://gosupermodel.com/community/forum_thread.jsp?id=17068

https://gosupermodel.com/community/forum_thread.jsp?id=166523

https://gosupermodel.com/shopping/magazine.jsp?magid=43683

https://gosupermodel.com/community/forum_thread.jsp?id=44532


Interesting extensions:

https://github.com/rouskuli/goSupermodel-chrome-extension

"if you're in chrome (it probably works in other browsers too but haven't tried), go to inspect element > console

paste the text from the link below (you have to change model-id and numberofhugs) and it allows you to automatically give a lot of hugs without having to click over and over again

https://ctxt.io/2/AAAQ3zSPFQ"

@ the code was right there already in the source code of this website already, they simply just allow you to hug someone by entering "giveHugNoComfirm(MODEL-ID)" into the console, i just put it in a loop hahaha


MORE INFO
1. go to inspect element > console
shortcut to get there is: option + ⌘ + J (on macos) or shift + ctrl + J (windows/linux)

2. paste the following piece of code into the console:

for (let i = 0; i <= NUMBEROFGREETINGS; i++) {
giveHugNoComfirm(ACCOUNTID)
}


so for example, to send yours truly 200 greetings, you use:

for (let i = 0; i <= 200; i++) {
giveHugNoComfirm(2537)
}

3. hit enter and you're done :)