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.
Gmail Unsubscribe Helper by lswank

Details
Authorlswank
LicenseCC Zero
Categorygmail
Created
Updated
Code size595 B
Code checksum6ae98af1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}