Skip to content

Google Workspace tweaks by Gnifle

Details

AuthorGnifle

LicenseNo License

Category*.google.com

Created

Updated

Size307 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes some personal annoyances in Google Workspace applications, such as the "You're currently signed in as" dialog box.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Workspace
@version      20230711.08.56
@namespace    ?
==/UserStyle== */

@-moz-document domain("google.com") {
/*
 * Hide the "You're currently signed in as" dialog box
 * in Google Workspace applications.
 */
.active-account-dialog {
    display: none !important;
}
}

Reviews

No reviews yet.