Brings back classic Google Mail. The HTML version of Google Mail is pretty much the same as 2004, however there were a few things which still bugged me.
-
Old Logo
-
No ad header
-
Old Font Family
Authorvknight20
LicenseNo License
Categorymail.google.com
Created
Updated
Size1.2 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Brings back classic Google Mail. The HTML version of Google Mail is pretty much the same as 2004, however there were a few things which still bugged me.
Old Logo
No ad header
Old Font Family
v 1 - Initial Release
/* ==UserStyle==
@name Google Mail Classic
@version 20230202.08.51
@namespace userstyles.world/user/vknight20
@description Brings back classic Google Mail. The HTML version of Google Mail is pretty much the same as 2004, however there were a few things which still bugged me.
- Old Logo
- No ad header
- Old Font Family
@author vknight20
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/") {
/* ==UserStyle==
@name Google Mail Classic
@namespace VKNIGHT20
@version 1
@description Google Mail Classic
@author VKNIGHT20
==/UserStyle== */
/*Old Logo*/
img[width="143"][height="59"] {
content: url('https://static.wikia.nocookie.net/logopedia/images/0/0a/Gmail_logo.png/revision/latest/scale-to-width-down/1000?cb=20101116142833');
height: 80px !Important;
width: 180px !Important;
}
/*Old Header*/
div#gbar {
display: none;
}
div.gbh {
display: none;
}
/*Old Fonts*/
body, td, div, .p, a, font, span {
font-family: arial,sans-serif !important;
}
/*Deround*/
* {
border-radius: 0
}
/*no load*/
div#loading {
display: none !Important;
}
}