Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. console.log(document.querySelector("body > div:nth-child(1) > div:nth-child(1) > b").textContent+' '+document.querySelector("body > div:nth-child(1) > div:nth-child(1) > p").textContent+' '+'|'+document.querySelector("body > div:nth-child(1) > div:nth-child(2) > b").textContent+' '+document.querySelector("body > div:nth-child(1) > div:nth-child(2) > p").textContent+' '+'|'+document.querySelector("body > div:nth-child(1) > div:nth-child(3) > b").textContent+' '+document.querySelector("body > div:nth-child(1) > div:nth-child(3) > p").textContent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement