Skip to content

Gmail email beautiful print by matmilbury

Details

Authormatmilbury

LicenseNo License

Categorygmail

Created

Updated

Size573 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Beautiful email printing for gmail.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Gmail email beautiful print
@version      20211212.19.41
@namespace    userstyles.world/user/matmilbury
@description  Beautiful email printing for gmail.
@author       matmilbury
@license      No License
==/UserStyle== */

@-moz-document domain("mail.google.com") {
.bodycontainer > table,
hr {
  display: none;
}

.message > tbody > tr:nth-of-type(1),
.message > tbody > tr:nth-of-type(2) {
  display: none;
}

div[role="article"] > table > tbody > tr > td > table:nth-of-type(2) > tbody > tr > td > table:last-of-type {
  display: none;
}
}

Reviews

No reviews yet.