Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (async()=>{const u=location.href.match(/users\/(\d+)/)[1],j=new Date((await(await fetch(`https://users.roblox.com/v1/users/${u}`)).json()).created).toLocaleDateString();let c="",t=0;do{const{data:d,nextPageCursor:n}=await(await fetch(`https://games.roblox.com/v2/users/${u}/games?limit=50&cursor=${c}`)).json();t+=d.reduce((a,b)=>a+b.placeVisits,0);c=n}while(c);console.log(`%cJoined: ${j} | ${t.toLocaleString()} Visits`,"font-size: 32px; font-weight: bold; color: #ffffff; text-stroke: 1px black; -webkit-text-stroke: 1px black;")})();
Advertisement
Comments
-
- Roblox nuked their entire website and apps. Most extensions and launchers like Bloxstrap no longer function as intended. This pasteable javascript into the developer console of your browser reveals the once publicly available player place visits from their profiles.
Add Comment
Please, Sign In to add comment