Скрывает рекламу на mail.yandex.ru
yandex mail без рекламы by maxconsolas
Details
Authormaxconsolas
LicenseNo License
Categorymail.yandex.ru
Created
Updated
Size614 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 yandex mail без рекламы
@version 20220421.12.03
@namespace userstyles.world/user/maxconsolas
@description Скрывает рекламу на mail.yandex.ru
@author maxconsolas
@license No License
==/UserStyle== */
@-moz-document domain("yandex.ru") {
.mail-Layout-Aside-Inner-Box div:nth-last-child(4) {
display: none;
}
.mail-Layout-Aside-Inner-Box div:nth-last-child(5) {
display: none;
}
.mail-Layout-Main.js-mail-layout-content div:nth-last-child(2) {
opacity: 0;
}
.mail-Layout-ContentWrapper div {
opacity: 1 !important;
}
}