remove the header from gmail mobile page
Remove mobile gmail header by ironsand
Details
Authorironsand
LicenseNo License
Categorymail.google.com/mail/mu
Created
Updated
Code size327 B
Code checksum59821aa0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mobile gmail header remover
@namespace mail.google.com
@version 0.0.1
@description Remove some Gmail UI elements
@author ironsand
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/mail/mu") {
#speedbump { display: none; }
#views { top: 0; }
}