CB Room Token Badge

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

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

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

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
imarawn
일일 설치 수
0
총 설치 수
23
평점
0 0 0
버전
2.1.3
생성일
2025-10-21
갱신일
2025-10-21
크기
9.29KB
라이선스
CC-BY-NC-SA-4.0
적용 사이트

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