Hyrox Tracker is a browser extension that visualizes an athlete's current position on the Hyrox course using race data from event result pages. It overlays a race map and live marker directly onto the webpage to track progress in real time.
- Checks the race table periodically to track live progress
- Shows the athlete's current position with a visual marker
- Overlays a static race map for context
- Highlights completed workout stations
- Animates running segments along the race track
- Displays a progress line showing the athlete's progress
- Displays notifications when athletes complete a new stage
- Cologne (April 2025)
- Paris (April 2025)
- London (May 2025)
- Heerenveen (May 2025)
- Berlin (May 2025)
- Bangkok (May 2025)
- New York (May 2025)
- Chicago (June 2025)
- Singapore (June 2025)
You can install the extension directly from the Chrome Web Store:
Race Tracker on Chrome Web Store
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Welcome page adapted from BetterCanvas