· 5 years ago · Mar 23, 2020, 10:42 AM
1/* vk.com */
2#side_bar_inner #ads_left {
3 display: none!important;
4}
5
6/* mail.ru */
7.layout__main-frame {
8 margin-right: 0!important;
9}
10.letter__head.letter__head_sticky, .letter__footer.letter__footer_sticky {
11 right: 0!important;
12}
13.layout__main-frame + .layout__column.layout__column_right{
14 display: none;
15}
16
17/* yandex.ru */
18.mail-Layout-Content div:nth-child(4) {
19 display: none
20}
21
22.mail-Layout-Aside-Inner div div:nth-child(7) {
23 display: none;
24}