Remove ads and make the webmail wide (100%) + reduce logo & header size
Mailo.com (wide & no ads & reduce header) by breat
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/173025.user.css
Details
Authorbreat
LicenseNO-REDISTRIBUTION
Categorymailo
Created
Updated
Size615 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 Mailo.com (wide & no ads & reduce header)
@namespace USO Archive
@author Breat
@description Remove ads and make the webmail wide (100%) + reduce logo & header size
@version 20190624.23.10
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mailo.com") {
/*
Author : Breat
Author URI : https://breatme.tumblr.com
*/
#div_HEAD_TOP,
#div_HOME_BLOCK_auth_pub,
#div_RIGHT,
#div_RIGHT_IN,
#resize_RIGHT {
display: none !important;
}
#div_LOGO_CHANGE,
#div_TOP {
height: 47px;
margin-bottom: -50px;
top: 0px;
}
}