Hide Yandex Mail ads and annoying items / Отключение рекламы в почте Яндекс
Disable ads on mail.yandex.ru / Отключение рекламы на mail.yandex.ru by indigit
Details
Authorindigit
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mail.yandex.ru
@version 20220708.05.30
@namespace userstyles.world/user/indigit
@description Hide Yandex Mail annoying items
@author indigit
@license No License
==/UserStyle== */
@-moz-document domain("mail.yandex.ru") {
/* Mail left ad block */
.ns-view-mail-pro-left-column-button,
.ns-view-mail-pro-left-column-button + div {
display: none;
}
/* Mail left ad block (new version)*/
.ns-view-react-left-column + div {
display: none !important;
}
/* Left column disable ads button (new version) */
div[class*="DisableAdsButton"] {
display: none !important;
}
/* Mail top block */
div[style="width: 100%;"]:empty {
display: none !important;
}
/* Mail top +1 Tb ad */
a.PSHeader-Pro {
display: none;
}
/* Mail menu ad */
li.menu__list-item a[href^="https://plus.yandex.ru"],
li.menu__list-item a[href^="https://360.yandex.ru"] {
display: none;
}
/* Mail top left 360 logo */
a.PSHeaderLogo360-360 {
display: none;
}
}