Removes some personal annoyances in Google Workspace applications, such as the "You're currently signed in as" dialog box.
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
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;
}
}