A collection of utility scripts for Stoat (stoat.chat) web application.
| Script | Description | Link |
|---|---|---|
| Token Extractor | Extract and copy your authentication token | View |
Each script has its own directory with:
*.js- The executable script (minified)*.src.js- Source code (readable)README.md- Detailed documentation
Navigate to the script's folder to see usage instructions.
Warning
These scripts are for educational and personal use only.
- Never share your tokens or credentials
- Use at your own risk
- Scripts run client-side only
Feel free to add new scripts by creating a new folder with:
script-name.js- The minified scriptREADME.md- Documentation- Update this main README with the new entry