Skip to content

Instantly share code, notes, and snippets.

@joevo2
Created March 27, 2019 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joevo2/5ec64ce65d1fb79f4a9c145f2311c4f7 to your computer and use it in GitHub Desktop.
Save joevo2/5ec64ce65d1fb79f4a9c145f2311c4f7 to your computer and use it in GitHub Desktop.
// Chrome dev tools
let list
list = document.querySelectorAll("body > div.RnEpo.Yx5HN > div > div.isgrP > ul > div > li > div > div.t2ksc > div.RR-M-.SAvC5 > a")
let usernames = []
for (var value of list.values()) {
usernames.push(value.getAttribute("href"))
}
// Store as global variable
copy(temp1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment