DeleTudo logo

DeleTudo

Map your Delete key to the delete button in Gmail, Outlook, and Migadu

Chrome Firefox Manifest V3

What is this?

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.

Supported providers

ProviderURL
Gmailhttps://mail.google.com
Outlookhttps://outlook.office.com
Migaduhttps://*.migadu.com

Installation

Chrome
  1. Go to chrome://extensions, enable Developer mode.
  2. Click Load unpacked and select the src/ directory (or a packed .zip from releases/).
Firefox
  1. Go to about:debugging#/runtime/this-firefox.
  2. Click Load Temporary Add-on and select src/firefox/manifest.json (or a packed .zip).

How it works

  1. Open your webmail (Gmail, Outlook, or Migadu).
  2. Select a conversation in your inbox.
  3. Press Delete (or d) — the delete button is triggered automatically.

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.

Build

pnpm package

Generates Chrome and Firefox .zip packages in releases/.