Skip to content

Just a quick program to turn the html into a nice little sortable table to be able to see who you have dueled, how mutch, etc.

Notifications You must be signed in to change notification settings

SFort/TF2-Duel_history_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Description

It's a program I quickly threw together because of a unamed parties false claim on some duel statistics So don't exspect too mutch from it, the code was done quick

Use Instructions

  1. Make sure you're logged into steam on your browser of choice and open: Steam Duel Stats
  2. Load all the information you can do this by clicking show more repetedly or just open up console Control+Shift +K (for firefox) +J(for chrome) Paste in this command:
setInterval(function(){
 if (document.querySelector('#load_more_button').style.display !== 'none'){
  document.querySelector('#load_more_button').click();
 }
},2000);

and do something else with your time while it loads!

  1. Save the page somewhere. (Ctrl + S or go source code and copy paste it into a file, anything will work really)
  2. Eather compile the program or get it from Releases
  3. That's it! you can now use the program by running it in console with ./program_name file_path If your not familliar with console just do ./program_name then drag the html file into the console

Avalable commands :

  • kd
  • result

Output Screenshots

(Ignore the unrecognised character boxes that's just my pc)

K/D Ratio Main output
Image of k/d command Image of result command

Credits

  • Dogman Debuging and compiling the windows version.

About

Just a quick program to turn the html into a nice little sortable table to be able to see who you have dueled, how mutch, etc.

Topics

Resources

Stars

Watchers

Forks

Languages