Character Token

Character.AI token capture tool. Developed by Golden4484 - Educational use only.

Autor
Golden4484
Denně instalací
0
Celkem instalací
1
Hodnocení
0 0 0
Verze
3.0
Vytvořeno
10. 08. 2025
Aktualizováno
10. 08. 2025
Size
9,8 KB
Licence
MIT
Spustit na

Character Token Capture Tool - Educational Use Only

This userscript captures your Character.AI authentication token by intercepting network requests sent by the website.

How to Use:

  1. Open Character.AI and log in.
  2. Start a chat with any AI character.
  3. In the chat window, click the "Activate Voice Enabled Mode" button located next to the "..." settings button.
  4. The script captures the token from the authentication headers sent when activating voice mode.
  5. You can only activate this option once per page load. To capture the token again or reopen the modal, simply reload the page and repeat the process.

What It Does:

  • Intercepts fetch requests containing the Authorization token.
  • Displays the captured token in a modal styled like Character.AI's UI.
  • Allows copying the token easily to the clipboard.

Important Notes:

  • This script is for educational and research purposes only.
  • Use responsibly and do not misuse the captured tokens.
  • The author assumes no responsibility for any damages caused.

By understanding how tokens are passed during authenticated requests, this tool helps in learning about web authentication mechanisms.

— Developed by Golden4484