An open source simple HTML-based site designed to send repeated messages to a Discord webhook. Built with basic frontend technologies for demonstration or educational purposes.
⚠️ Disclaimer: This project is intended for educational use only. Spamming webhooks violates Discord's Terms of Service and can result in bans or legal consequences. Use responsibly.
Webhook_Spam_Site/
├── index.html # Main UI for inputting webhook and message
├── stylesheet.css # Basic styling for the page
├── jquery.js # jQuery library for DOM manipulation
├── main.js # Core logic for sending spam requests
├── README.md # Project documentation
└── LICENSE # GPL-3.0 License
- Input field for Discord webhook URL
- Custom message input
- Spam trigger button
- Simple and responsive UI
- HTML (50.6%)
- CSS (32.3%)
- JavaScript (17.1%)
- jQuery for DOM and AJAX
- Clone the repository:
git clone https://github.com/Unknownzop/Webhook_Spam_Site.git
- Open
index.htmlin your browser. - Enter your webhook URL and message.
- Click the spam button to begin.
This project is licensed under the GNU GPLv3.