Removes top buttons that look like notifications but are actually ads
Remove ad noise from protonmail by freakrho
Details
Authorfreakrho
LicenseNo License
Categoryprotonmail
Created
Updated
Size410 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 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;
}
}