This simple style removes the annoying icon in the Gmail header bar that is created by CloudHQ chrome extensions.
Hide Annoying CloudHQ Gmail Icon by mattpieterse
Details
Authormattpieterse
LicenseGPL-3.0
Categorymail.google.com
Created
Updated
Size323 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 Hide Annoying CloudHQ Gmail Icon
@version 20240628.11.19
@namespace https://userstyles.world/user/github.com/mattpieterse
@author github.com/mattpieterse
@license GPL-3.0
==/UserStyle== */
@-moz-document domain("mail.google.com") {
.inboxsdk__appButton {
visibility: hidden;
}
}