Last active
September 23, 2018 13:05
-
-
Save x35a/c1e26acff72c6f92203c28b9289eaf53 to your computer and use it in GitHub Desktop.
steam total
This file contains 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
total=0, document.querySelectorAll('.ellipsis.hours_played').forEach( node => node.innerHTML.match(/\d+[.,]?\d+/) ? total += parseFloat( node.innerHTML.match(/\d+[.,]?\d+/)[0] ) : ''), console.log(total) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment