Skip to content

Instantly share code, notes, and snippets.

@visnkmr
Last active November 6, 2022 18:57
Show Gist options
  • Save visnkmr/61c1e24c635d91659f9b8d77bdffce9f to your computer and use it in GitHub Desktop.
Save visnkmr/61c1e24c635d91659f9b8d77bdffce9f to your computer and use it in GitHub Desktop.
#get all download counts from table on google developer console to browser console
for (let i = 0; i < 100; i++) {
if(i%2==1)console.log(document.getElementsByClassName('main-text _ngcontent-wio-47')[i].innerHTML);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment