Skip to content

Disable zoho mail tooltips by sigsergv

Details

Authorsigsergv

LicenseNo License

Categoryzoho

Created

Updated

Size315 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables annoying tooltips

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Disable zoho mail tooltips
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Disables annoying tooltips
@author         Sergey Stolyarov
==/UserStyle== */
@-moz-document domain("mail.zoho.eu") {
    div[role=tooltip] {
        display: none;
    }
}

Reviews

No reviews yet.