ge-ku / Ban-Checker-for-Steam

Ban Checker for Steam
https://chrome.google.com/webstore/detail/canbadmphamemnmdfngmcabnjmjgaiki/
107 stars 21 forks source link

Add counting for total time #13

Closed Douile closed 6 years ago

Douile commented 6 years ago

Counts total time played and waited.

ge-ku commented 6 years ago

Great job, I'll now try to make all the stats accumulated, instead of calculating every single match each time. Check padStart (and padEnd), they are fairly new but basically do what you did with twoDigit function :)

ge-ku commented 6 years ago

Oh and Number of matches: ${matchData.length} doesn't count number of matches (it counts number of td elements on the left column) so I'll revert that.

ge-ku commented 6 years ago

It also doesn't work if page language is not English. Looks like we'll have to assume that needed td elements are always 3rd and 4th in that column.

Douile commented 6 years ago

@ge-ku are you gonna fix those or should I sort them out?

Douile commented 6 years ago

nvm you already did