Skip to content

hide new sidebar by jonaszpotoniec

Screenshot of hide new sidebar

Details

Authorjonaszpotoniec

LicenseNo License

Categorygmail, gsuite

Created

Updated

Size334 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides new sidebar with chats

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;
}
}

Reviews

No reviews yet.