Hide ads on mail platform.
mail.ru by khalimovs
Details
Authorkhalimovs
LicenseNo License
Categorye.mail.ru
Created
Updated
Size503 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 mail.ru
@version 20211017.15.19
@namespace userstyles.world/user/khalimovs
@description Hide ads on mail platform.
@author khalimovs
@license No License
==/UserStyle== */
@-moz-document domain("mail.ru") {
.application-mail__layout > span > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(3) {
display:none !important;
}
.application-mail__layout_main>span>div:nth-child(3) {
height:1px !important;
}
}