Removed "Searching now" and other stuff
Clean go.mail.ru by ayaaop
Details
Authorayaaop
LicenseNo License
Categorymail.ru, go.mail.ru
Created
Updated
Size869 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 Clean go.mail.ru
@version 20220324.15.34
@namespace userstyles.world/user/ayaaop
@description Removed "Searching now" and other stuff
@author ayaaop
@license No License
==/UserStyle== */
@-moz-document domain("go.mail.ru") {
.media-header,.portal-header,.MainSearchFieldContainer-nowSearchingWrapper,.AdvancedSearchButton-advancedSearchButton,.MainPageContainer-advancedSearchButton,.SERP-RKN,.go-header,.SearchLogoLink-narrowLogoLink {
display:none!important
}
.FooterLinks-wrapper.FooterLinks-large {
position: fixed;
}
body {
position: relative;
width: auto;
height: auto;
min-height: auto;
background: #fff;
font: 13px arial,sans-serif;
}
.main-layout {
display: block;
min-height: 245.5px;
margin-bottom: 0;
}
.main-layout__content {
overflow: hidden;
position: initial;
min-height: 245.5px;
}
}