Applies various tweaks to make the mobile version of Gmail more usable. Currently it hides the annoying banner spam and repositions the interface accordingly.
Gmail Mobile Tweaks by octospacc
Details
Authoroctospacc
LicenseISC
Categorymail.google.com
Created
Updated
Size647 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail Mobile Tweaks
@version 20240510.19.02
@namespace https://www.octt.eu.org/
@description Applies various tweaks to make the mobile version of Gmail more usable. Currently it hides the annoying banner spam and repositions the interface accordingly.
@homepage https://www.octt.eu.org/
@author OctoSpacc
@license ISC
==/UserStyle== */
@-moz-document url-prefix("http://mail.google.com/mail/mu/"), url-prefix("https://mail.google.com/mail/mu/") {
body > div#nav > div#speedbump {
display: none !important;
}
body > div#views {
position: static !important;
top: 0 !important;
}
}