+ 1
Current xp/level through js...
Hey is there a way to get how many xp currently i have throw js? Like i give my SL profile id number/or profile url . can i get a specific var like current level / or current xp by using js?
4 Antworten
+ 2
well, i have seen source of my SL profile ....xp is just written in a span tag...
+ 1
Finallg Found it
https://code.sololearn.com/W6f4L3q0CFKI/?ref=app
Thanks @burey for the code
0
possibly. try inspecting the page in chrome and you could potentially see where the exp is stored
0
Phantom Phoenix talking server-client interaction stuff here. The site has to tell you what your exp is somehow, so i suggest looking around the console for packets and whatnot (i apologize to anyone reading if i butchered the terms)