Tampermonkey script to export career mode race times and weather history to CSV
Hey everyone. I got tired of manually writing down my lap times to figure out if my tire upgrades were actually helping on Switchback during snow, or if my max engine build was actually faster on Skyline during fog. To solve this, I wrote a quick Tampermonkey user script that automatically grabs your race results from the career mode post-race screen and saves them to your browser local storage. It adds a small, clean button to the main menu that lets you export all this data into a CSV file. You can open it in Excel or Google Sheets to filter by track (Overpass, Switchback, Skyline), weather conditions, and your current upgrade levels. It tracks your total race time, best lap, engine level, tire level, and nitro level. I have been using it for a week now and it has made figuring out the best setups so much easier. The script is entirely client-side, does not automate any gameplay, and does not violate the terms of service since it only reads the UI data at the end of a match. I have uploaded the code to GitHub. Let me know if you want the link or if you have any feature requests, like adding a graph directly into the game UI. Hope this helps some of you analyze your builds!