hides new sidebar with chats
hide new sidebar by jonaszpotoniec
Details
Authorjonaszpotoniec
LicenseNo License
Categorygmail, gsuite
Created
Updated
Size334 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 new sidebar
@version 20220808.07.00
@namespace userstyles.world/user/jonaszpotoniec
@description hides new sidebar with chats
@author jonaszpotoniec
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
div[role="navigation"] {
display: none;
}
}