Renders exported Speedrun.com JSON files as a readable UI with flags
Renders exported Speedrun.com JSON files as a readable browser UI.
This script is meant to be used together with the Speedrun.com Table Exporter. After exporting a leaderboard JSON file, open the downloaded speedrun-table-*.json file in your browser. The script will hide the raw JSON and replace it with a clean visual interface.
Features:
- Displays normal leaderboard exports as a table
- Displays /leaderboards summary exports as level cards
- Shows player names, run times, dates, platforms, run links, and user links
- Shows saved player flags and platform flags when available
- Displays exported extra columns, such as Slots Removal, inside the Variables column
- Works with timestamped exported files like speedrun-table-2026-07-13_18-42-09-137.json
Local file usage:
If you open JSON files from your computer using file:// URLs, enable "Allow access to file URLs" for Tampermonkey in your browser extension settings.
This script does not edit Speedrun.com, submit data, or make changes to any runs. It only reads an exported JSON file and renders it in a more readable format.