Skip to content

Minimal Gmail @Lulu by lushangorgin

Details

Authorlushangorgin

LicenseNo License

Categorymail.google.com

Created

Updated

Size671 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimal Gmail

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Minimal Gmail @Lulu
@version    20240520.19.37
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://mail.google.com/mail/") {
/* SIDEBAR */
/* Hide "More" */
div.yJ:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),
/* Hide "Labels" */
.aAw {
    display: none;
}

/* TOOLBAR */
/* Hide Google apps icon in toolbar */
#gbwa,
/* Hide help icon in toolbar */
.zo {
    display: none;
}

/* MAIN VIEW */
/* Hide "Snooze" button on email hover */
li[data-tooltip="Snooze"],
/* Hide the first "Snooze" button in the list (the above selector doesn't work on it) */
#\:2n > li:nth-child(4) {
    display: none;
}
}

Reviews

No reviews yet.