Last active
November 6, 2022 18:57
-
-
Save visnkmr/61c1e24c635d91659f9b8d77bdffce9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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