Skip to content

Hide proton mail folders by m1n-4d316e

Screenshot of Hide proton mail folders

Details

Authorm1n-4d316e

LicenseNo License

CategoryProton mail

Created

Updated

Size452 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide proton mail folders and expand left side.
You have to click the 'more' button and then activate the userstyle for it to show all the spam, archive, etc.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide folders
@version      20240108.20.58
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://mail.proton.me/u/1/") {
li.navigation-item.w-full.px-3.mb-0\.5.navigation-link-header-group.navigation-link-header-group--expandable.mt-4 {
    display: none;
}

li.navigation-item.w-full.px-3.mb-0\.5.navigation-link-header-group.navigation-link-header-group--expandable {
    display: none;
}
}

Reviews

No reviews yet.