Torn Networth Scouter

Fetches networth, formats decimals conditionally, applies high-visibility color grading, and fixes popup spam

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Domegid
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
0
Βαθμολογίες
0 0 0
Έκδοση
1.5
Δημιουργήθηκε την
05/08/2026
Ενημερώθηκε την
09/08/2026
Μέγεθος
9 KB
Άδεια
MIT
Εφαρμόζεται σε

Torn Networth Scouter

A lightweight, highly optimized Tampermonkey script that seamlessly overlays player net worth directly onto profile links and Honor Bars across Torn. Designed with strict adherence to API rate limits and full compatibility with Torn PDA.


✨ Features

  • Non-Intrusive UI: Injects net worth seamlessly next to standard text links and nicely overlays it on the right side of Honor Bars.
  • Smart Color Grading: Instantly gauge a player's wealth with high-visibility color scaling:
    • Vivid Red: Under 100M
    • Soft Red: 100M - 500M
    • Bright Yellow: 500M - 1B
    • Electric Lime: 1B - 2B
    • Fluorescent Green: 2B - 4B
    • Bright Lime: 4B+
  • Clean Formatting: Automatically rounds and formats numbers for quick reading (e.g., $1.5B, $840M, $45K).
  • Mini-Profile Fix: Specifically filters out duplicate action links (like "View profile" and "New tab") in Torn's mini-profile popups to prevent UI spam.
  • Mobile Ready: Fully tested and compatible with the Torn PDA mobile app.


⚙️ Performance & API Safety

Torn strictly limits API calls to 100 per minute. This script is engineered to protect your key:

  • 24-Hour Caching: Fetched net worth values are stored locally in your browser for 24 hours. If you see a player again within that window, the script loads the number instantly from memory—using zero API calls.
  • Throttled Queue System: When encountering multiple new players (e.g., on a large faction page), the script places them in a queue and fetches their data with a safe 700ms delay between each call.
  • Visual Loading States: While waiting in the queue, badges display as a neutral [...] so you know the script is working in the background.


🚀 Installation & Setup

  1. Install this script via your preferred user script manager (Tampermonkey, Greasemonkey, or Torn PDA).
  2. Refresh any Torn page.
  3. A prompt will appear asking for your Torn API key. (Note: The key requires 'Public' access to read personal stats).
  4. Enter your key, and the scouter will begin working immediately. Your key is stored securely in your browser's local Tampermonkey storage.