Skip to content

Gmail Unsubscribe Helper by lswank

Screenshot of Gmail Unsubscribe Helper

Details

Authorlswank

LicenseCC Zero

Categorygmail

Created

Updated

Size595 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sometimes you just forget that unsubscribing is the way forward. This user style makes the Unsubscribe option presented by Gmail obvious. If the option isn't there, you should probably just be smacking "Spam" anyway.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Gmail Unsubscribe Helper
@version      20210818.17.56
@namespace    userstyles.world/user/lswank
@description  Sometimes you just forget that unsubscribing is the way forward. This user style makes the Unsubscribe option presented by Gmail obvious. If the option isn't there, you should probably just be smacking "Spam" anyway.
@author       lswank
@license      CC Zero
==/UserStyle== */

@-moz-document domain("mail.google.com") {
.Ca {
    white-space: nowrap;
    color: #F00;
    text-decoration: red wavy underline;
    cursor: grab;
    font-size: 200%;
}
}

Reviews

No reviews yet.