Skip to content

Instantly share code, notes, and snippets.

@cletusc
Created April 22, 2014 02:12
Show Gist options
  • Save cletusc/11163176 to your computer and use it in GitHub Desktop.
Save cletusc/11163176 to your computer and use it in GitHub Desktop.
Remove Gmail "Mark as unread" option
@-moz-document domain(mail.google.com) {
.J-M .SK :nth-child(3) {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment