Browser extension that maps the Delete key to the delete button in Gmail, Outlook, and Migadu.
DeleTudo is a Chrome/Firefox 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.
| Provider | URL |
|---|---|
| Gmail | https://mail.google.com |
| Outlook | https://outlook.office.com |
| Migadu | https://*.migadu.com |
- Go to
chrome://extensions, enable Developer mode. - Click Load unpacked and select the
src/directory (or the packed.zipfromreleases/).
- Go to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on and select
src/firefox/manifest.json(or the packed.zip).
- Open your webmail (Gmail, Outlook, or Migadu).
- Select a conversation in your inbox.
- Press Delete (or d) — the delete button is triggered automatically.
The extension won't interfere when you're typing in input fields, textareas, or contenteditable elements.
pnpm packageGenerates Chrome and Firefox .zip packages in releases/.
