CB Room Token Badge

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
imarawn
Günlük kurulumlar
0
Toplam kurulumlar
16
Değerlendirmeler
0 0 0
Versiyon
2.1.3
Oluşturulma
21.10.2025
Güncellenme
21.10.2025
Boyut
9,29 KB
Lisans
CC-BY-NC-SA-4.0
Geçerli

💰 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.