This is an unofficial fix to another userstyle, which has broken over time.
Old Gmail Logo for Basic HTML UI (fixed for 2023) by Psyclone
Details
AuthorPsyclone
LicenseNo License
Categorymail.google.com
Created
Updated
Size585 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Restores old gmail logo
Source code
/* ==UserStyle==
@name Classic Gmail Logo for Basic HTML UI (fixed for 2023)
@namespace USO Archive
@author Old Google
@description `Enjoy!`
@version 20230716.13.30
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mail.google.com") {
img[src="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/logo_gmail_server_1x.png"] {
background: url(https://gmail.com/mail/help/images/logo.gif) !important;
background-repeat: no-repeat !important;
width: 0px !important;
padding-left: 139px !important;
}
}