Skip to content

Remove ad noise from protonmail by freakrho

Details

Authorfreakrho

LicenseNo License

Categoryprotonmail

Created

Updated

Code size410 B

Code checksum7f8b6521

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes top buttons that look like notifications but are actually ads

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove ad noise from protonmail
@version      20211127.13.29
@namespace    userstyles.world/user/freakrho
@description  Removes top buttons that look like notifications but are actually ads
@author       freakrho
@license      No License
==/UserStyle== */

@-moz-document domain("protonmail.com") {
.topnav-link--blackfriday, .topnav-listItem--noCollapse {
    display: none;
}
}

Reviews

No reviews yet.