Advertisement
cesar11br

Untitled

Apr 12th, 2021
1,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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] == "Klose ® 13") {
  4.             console.log(key + " Lv." + JSON.parse(localStorage.getItem(key))[Ss.LV] + " nome: " + JSON.parse(localStorage.getItem(key))[Ss.NK] + ".");
  5.         }
  6.     }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement