Map your Delete key to the delete button in Gmail, Outlook, and Migadu
DeleTudo is a lightweight browser extension that lets you delete emails in Gmail, Outlook, and Migadu using your keyboard's Delete key (or the d key). Select a conversation and hit Delete — that's it.
The extension won't interfere when you're typing in input fields, textareas, or contenteditable elements.
| Provider | URL |
|---|---|
| Gmail | https://mail.google.com |
| Outlook | https://outlook.office.com |
| Migadu | https://*.migadu.com |
chrome://extensions, enable Developer mode.src/ directory (or a packed .zip from releases/).about:debugging#/runtime/this-firefox.src/firefox/manifest.json (or a packed .zip).The extension searches the DOM and Shadow DOM for the provider's delete button using a set of provider-specific selectors, then programmatically clicks it. Gmail and Outlook use Shadow DOM extensively, so recursive shadow-root traversal is needed to find the button.
pnpm package
Generates Chrome and Firefox .zip packages in releases/.