Skip to content

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

Applies various tweaks to make the mobile version of Gmail more usable. Currently it hides the annoying banner spam and repositions the interface accordingly.

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;
}
}

Reviews

No reviews yet.