Show your level progress on sidebar.
🎯 Level Progress Shower (reuploaded from original Author)
This script enhances the sidebar Level display by showing your exact progress toward the next level (e.g. 69.42) based on real-time leaderboard data from Torn’s Hall of Fame (HoF).
🧩 Features
📊 Displays your level progress (e.g. 69.42) based on HoF rankings.
🎯 Works entirely from the sidebar with zero UI clutter.
⚡ Auto-updates regularly in the background using cached data.
🔁 Automatically refreshes when your level changes.
🧠 Smart use of Torn’s API to avoid overloading or wasting calls.
🔑 API Key Setup
To function, the script needs your Torn public API key.
Click the Tampermonkey browser extension icon.
Open Dashboard > Torn - Level Progress Shower.
Click “Configure API Key” from the menu.
Enter your API key in the popup and click the "Validate and Save" button.
⏳ What to Expect After Setup
After installing the script and entering your API key, the script begins processing data in the background.
✅ You must stay on any www.torn.com page for up to 5 minutes without refreshing.
🔍 During this time, the script performs its initial data fetch, including rank lookup and target player choice.
⚠️ If you refresh, the process may reset and take longer.
Once complete, your level will automatically update in the sidebar to show a decimal (e.g. 69.42).
No manual action is needed once the process begins — just let the page sit!
🧠 How It Works
Here’s what the script does under the hood:
Fetches your current level and Hall of Fame (HoF) rank using the API.
Calculates your position between two key points:
The rank of the inactive player at your level with the highest level exp;
The rank of the inactive player below your level with the highest level exp.
Estimates your progress by interpolating between those ranks.
Example: If you're halfway between the two, it shows 42.50 instead of just 42.
Caches the results for up to 24 hours and updates automatically if:
Your level changes
Cached inactive player data is no longer valid
You clear cache manually from the dashboard
A minute has passed
This allows the script to display a fluid, progress-based level number that reflects how close you are to reaching the next level — even if Torn doesn’t display this natively!
Note on Level Holders:
Some players choose not to level up even after reaching the experience threshold — these are known as level holders. Because their level does not reflect their true experience, they can slightly distort the Hall of Fame rankings.
As a result, your displayed progress may be slightly lower than your actual progress. However, the effect is minimal because very few players intentionally hold their level.
Please note see below the forum that give you the full information about the script
https://www.torn.com/forums.php#/p=threads&f=67&t=16486418&b=0&a=0
PS - this is a reuploaded script and not mine credits go to the original owner e7cf09 [3441977]