Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. b=()=>document.getElementById('browse-items-primary').children[0].children[0]
  2. c=b()
  3. items=[]
  4. while(b().children[1]) b().children[1].click()
  5. for(i=0;i<c.children[0].children.length;i++) {
  6. thing=c.children[0].children[i].children[0].children[3].children[0]
  7. text=thing.text
  8. thing.slice(19, thing.length - 29).split(' - ')
  9. href=thing.href
  10. items.push
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement