Skip to content

Instantly share code, notes, and snippets.

@satour
Created November 18, 2019 09:40
Show Gist options
  • Save satour/6f9e576645dbe85df56eaf35962fe421 to your computer and use it in GitHub Desktop.
Save satour/6f9e576645dbe85df56eaf35962fe421 to your computer and use it in GitHub Desktop.
let txt = "";
document.querySelectorAll('.ReactVirtualized__Grid__innerScrollContainer')[0].childNodes.forEach(function(el) {
txt = txt + el.childNodes[2].firstChild.innerText + ' ' + el.childNodes[3].firstChild.innerText + ',\n'
})
console.log(txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment