Advertisement
cesar11br

Untitled

Apr 12th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Object.keys(localStorage).forEach(function (key) {
  2. if (!["player_name", "view_mode", "geo", "avatar", "player_auth_key", "_grecaptcha", "streakRecord", "replays"].includes(key)) {
  3. if(JSON.parse(localStorage.getItem(key))[Ss.NK] == "ᴍᴀʜʀᴇᴢ") {
  4. console.log(key + " nome: " + JSON.parse(localStorage.getItem(key))[Ss.NK] + ".");
  5. }
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement