1 repository
Self-contained scripts that run in the browser console to execute authenticated API calls using the user's session.
Distinct from Browser Scripting Tools: Distinct from Browser Scripting Tools: focuses on using existing authentication for API calls rather than general script injection and interception.
Explore 1 awesome GitHub repository matching web development · Authenticated API Console Scripts. Refine with filters or upvote what's useful.
Undiscord is a browser-based tool that deletes all messages from a Discord channel or direct message conversation by running a self-contained JavaScript snippet in the developer console. The script leverages the user's existing browser session, including cookies and authentication tokens, to impersonate the user and execute Discord API calls without re-authentication. The tool deletes messages one by one via Discord's REST API endpoints, processing each response before sending the next request, and implements custom delay logic between API calls to avoid Discord's rate-limiting thresholds. It
A self-contained script that runs in the browser's developer console to execute Discord API calls using the user's authenticated session.