![]() |
A browser extension that eliminates the tedious deletion confirmation process across major cloud platforms.
We've all been there. You want to delete a project, repository, or deployment, and you're faced with:
It's 2024, and we're still manually typing- or at least copy-pasting my-super-long-project-name-with-hyphens
just to delete something. This repetitive, error-prone process wastes your time.
DeleteThing automates these annoying deletion confirmations by:
- ✅ Auto-filling project/repository names in confirmation fields
- ✅ Auto-clicking through multi-step confirmation dialogs
- ✅ Smart detection of project names from URLs and page content
- ✅ Zero configuration - works immediately after installation
Platform | Features | Status |
---|---|---|
Vercel | Auto-fills project name + "delete my project" | ✅ |
Netlify | Auto-fills project name | ✅ |
Cloudflare Pages | Auto-fills project name | ✅ |
Cloudflare Workers | Auto-fills worker name | ✅ |
GitHub | 3-step automation + repository name | ✅ |
[TODO] AWS, Convex, Deno Deploy
- You click: "Delete this repository"
- Extension auto-clicks: "I want to delete this repository"
- Extension auto-clicks: "I have read and understand these effects"
- Extension auto-fills: Repository name (e.g.,
username/repo-name
)
All steps complete within 1 second of your initial click.
- You click: Delete button to open modal
- Extension auto-fills: All required confirmation fields
- You click: Final delete button
Download from Chrome Web Store
- Clone this repository:
git clone https://github.com/2u841r/DeleteThing.git
- Open Chrome and navigate to chrome://extensions
- Enable Developer Mode (top-right toggle)
- Click Load Unpacked and select the repo folder
- Install the extension
- Navigate to any supported platform's settings/deletion page
- Click the delete button as usual
- Watch the magic happen ✨ No configuration needed - the extension automatically detects the platform and handles the rest.
- No data collection - everything runs locally in your browser
- No external requests - only interacts with the current page
- Open source - full transparency of what the code does
- Minimal permissions - only accesses supported domains
v1.1 - GitHub Support
- ✅ Added GitHub repository deletion automation
- ✅ 3-step confirmation process handling
- ✅ Smart repository name detection
- ✅ Sub-1-second completion time
v1.0 - Initial Release
- ✅ Vercel project deletion
- ✅ Netlify site deletion
- ✅ Cloudflare Pages deletion
- ✅ Cloudflare Workers deletion
Found a cloud platform with annoying deletion confirmations? We'd love your help!
Adding New Platforms
- Fork the repository
- Add platform configuration to content.js
- Test thoroughly
- Submit a pull request
Reporting Issues
- Create an issue for bugs or feature requests
- Include platform, browser version, and steps to reproduce
- Logo design by Openmoji
- Theo Browne t3․gg, CEO T3.Chat for Namething.
- Inspired by developer frustration worldwide 😅