Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const nodes = selector => [...document.querySelectorAll(selector)];
- const name_url_difficulty = nodes("tr.ng-star-inserted").map(x => [x.childNodes[1].textContent, x.childNodes[2].children[0].textContent, x.childNodes[1].children[0].href])
- console.log(JSON.stringify(name_url_difficulty))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement