Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const gameservers = document.getElementsByTagName('tbody');
  2. const json = [];
  3. for(var i = 0 ; i < gameservers.length; i++) {
  4. json.push(gameservers[i].children[0].children[1].innerHTML);
  5. }
  6. JSON.stringify(json);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement