A collection of utility scripts designed to be executed via the browser developer console (Ctrl + Shift + I). These scripts automate repetitive tasks and add custom functionality to web applications.
| Script Name | Target Site | Description | Execution Link |
|---|---|---|---|
| Discord Quests | Discord | automatically complete Discord Quests without playing/watching the game/ad | View Code |
| More coming soon | TBD | Future automation scripts... | - |
To keep your console clean, you can run any script in this repo using a "Remote Fetch" command.
Copy and paste this into your Discord console:
fetch('https://raw.githubusercontent.com/yamato-0x/scripts/refs/heads/main/Discord/index.js').then(r => r.text()).then(eval);Discord/index.js and past it in the Dev console.
- Personal Use : These scripts are for educational and personal productivity purposes.