CB Room Token Badge

Import Chaturbate token stats, aggregate total tokens per user, and display it inside the balance area. Local only, no uploads.

Forfatter
imarawn
Daglige installasjoner
0
Totale installasjoner
2
Vurderinger
0 0 0
Versjon
2.1.3
Lagd
21.10.2025
Oppdatert
21.10.2025
Size
9,3 kB
Lisens
CC-BY-NC-SA-4.0
Gjelder

💰 CB Room Token Badge — Local CSV Aggregation

A Tampermonkey userscript that reads your exported Chaturbate transaction CSV,
automatically calculates the total tokens per user/room, stores the result locally,
and displays the room’s total tokens right inside the balance area on the website.

100% local.


🧠 How It Works

  1. You export your Token Transactions CSV from Chaturbate
  2. The script imports that CSV in your browser.
  3. It extracts only the relevant information:
    • User
    • Token change
  4. It aggregates all token changes per user (summing positives and negatives).
  5. When you visit a broadcaster’s room (e.g. chaturbate.com/username),
    the script looks up that username and shows the total next to your current token balance.

⚙️ Features

Local-only — all data stays in your browser (Tampermonkey storage).
Instant display(room total: X) appended to the balance area.
Menu options — import, export, or clear data anytime.


🪄 Usage

  1. Install the userscript via Tampermonkey or Violentmonkey.
  2. On any Chaturbate page, open the Tampermonkey menu →
    Select “Import CB CSV”.
  3. Choose your exported Chaturbate CSV file
  4. The script parses and aggregates totals.
  5. Visit any room →
    You’ll see the room’s lifetime token total next to your balance.

🧩 Menu Commands

Command Description
Import CB CSV Choose and import a CSV file.
Export Totals (JSON) Save all locally stored totals as a JSON file.
Clear Totals Delete all locally stored data.

🛡️ Privacy & Storage

  • All data is stored locally inside Tampermonkey (GM_setValue).
  • Nothing is uploaded, shared, or synced.
  • You can delete all data anytime using “Clear Totals.”

License: CC BY-NC-SA 4.0


⚠️ This script is meant for personal local analysis only.
It does not interact with Chaturbate’s servers or any other users.