Skip to content

rickstaa/nitro-type-show-daily-races

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitro Type - Show Daily Races

This repository hosts a userscript that enriches the team roster table on the Nitro Type team page. It introduces an additional column displaying the average daily races completed by each team member within the Nitro Type team. This data proves valuable to team leaders aiming to monitor team member performance and make well-informed choices regarding promotions and demotions.

Installation

  1. Install a userscript manager for your browser. For example, Tampermonkey for Chrome or Greasemonkey for Firefox.
  2. Go to the Nitro Type - Show Daily Races script page.
  3. Click the Install button.
  4. Go to your Nitro Type team page and refresh the page.
  5. You should now see a new column in the team roster table that contains the daily races.

Uninstallation

To uninstall the userscript, simply disable or remove it from your userscript manager.

How it works

The script works by adding a new column to the team statistics table that shows the average number of daily races per team member. The script calculates this average by dividing the total number of team races by the number of days a team member has been on the team. The data for this calculation is retrieved using the NitroType API.

Screenshot

image

Bugs and contributions

If you find a bug or have a suggestion for how to improve the script, please open an issue or submit a pull request on GitHub. We welcome contributions from the community and appreciate your feedback 🚀. Please consult the contribution guidelines for more information.