Skip to content

gordalina/gmail-unsubscribe

Repository files navigation

Gmail Unsubscribe

Unsubscribes from a mailing list by pressing Command + U (Mac) or Alt + U (Windows/Linux) on a open email in Gmail.

It's possible to re-bind the shorcut by visiting chrome://extensions/shortcuts.

Installation

Development

  1. Clone this repository

    git clone git@github.com:gordalina/gmail-unsubscribe.git
  2. Run yarn to install dependencies.

  3. Run yarn start

  4. Load your extension on Chrome following:

    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  5. Happy hacking.

Packaging extension

  1. Run yarn package
  2. Run yarn version <--major|--minor|--patch>

Credits

Thanks to @maaaayoo for the logo