Removes all non useful trash in Yahoo mail. No ads, no bars, more space.
Y!Mail - Full-Width, No Ads, No Crap by gabibrawl
Details
Authorgabibrawl
LicenseCC Mozilla
Categoryidk
Created
Updated
Size5.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name New Yahoo Mail - Full-Width, No Ads, No Crap
@namespace USO Archive
@author johnnyzero
@description `This style makes Yahoo Mail page full-width, and hides most of the annoying crap: Yahoo top header, ALL "message list" ads, right-side ad panel, Breaking News, Views, Contacts button, Calendar button, Notepad button, and Yahoo Video nonsense in empty folders.One minor inconvenience: also hides the Settings button. For those times when you need to access Settings, you can just temporarily disable the style. Or, you could create a Bookmark to the following URL: https://mail.yahoo.com/d/settings/0Comments & suggestions are welcome.`
@version 20220105.17.40
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mail.yahoo.com")
{
/* Hide new Yahoo top header*/
div[class="_yb_ftupf"]
{
display: none !important;
}
div[class="D_F en_0 gl_FM je_6Fd5 jb_6Fd5 N_6Fd5 X_6Fd5 H_7bcz k_w I_2woj1H m_ZYfFSw U_0"]
{
flex-direction: column-reverse !important;
padding-top: 50px !important;
padding-left: 10px !important;
padding-right: 10px !important;
margin-right: -11px !important;
height: 100% !important;
}
div[class="D_F U_0 r_P M_Z1kd4S1 q_n b_n P_0 C_Z281SGl cdPFi_2sqbRh cdPFi4_52qC is_26ISAR cZdTOHS_ZXgLQ3"]
{
padding-bottom: 10px !important;
padding-top: 10px !important;
}
div[class="D_F ab_C cdPFi_ZamTeg C_ZamTeg r_P"]
{
padding-bottom: 10px !important;
padding-top: 100px !important;
}
div[class="D_F U_0 r_P M_Z1kd4S1 q_n b_n P_0 C_Z281SGl cdPFi_2sqbRh cdPFi4_52qC is_26ISAR cZdTOHS_ZXgLQ3"]
{
padding-bottom: 10px !important;
padding-top:10px !important;
}
[data-test-id="mail-right-rail"] {
flex-direction: row !important;
flex-wrap: wrap-reverse !important;
}
div[class="D_F em_N ek_BB iz_A iy_h a_3vpWV H_6D6F"]
{
display: none !important;
}
div[class="N_3o4BO cZ1YE9As_ZbJh7p e_1GFLLo"]
{
display: none !important;
}
div[class="I_sgPtS M_1EAG48 W_6D6F"]
{
display: none !important;
}
/* Shrink top banner */
[data-test-id="mail-app"] > [role="banner"] > div:nth-child(1)
{
height: 70px !important;
}
/* Sidebar rework */
[data-test-id="right-rail-ad"]
{
display: none !important;
}
[data-test-id="right-rail-hidead-btn"]
{
display: none !important;
}
/* Hide top message list ad */
#mail-app-component [data-test-id="pencil-ad-messageList"]
{
display: none!important;
}
/* Hide 2nd message list ad */
#mail-app-component [data-test-id="pencil-ad-messageList2"]
{
display: none!important;
}
/* Hide Breaking News crap */
[data-test-id="breaking-news-container"]
{
display: none !important;
}
/* Prevent Contacts, Calendar, Notepad and Contact Cards from appearing in right column*/
/* Re-size Tab-List*/
div[class="_yb_onjri"]
{
margin-top: -22px !important;
}
/* Hide video nonsense in enpty folders */
[data-test-id="video-container"]
{
display: none !important;
}
[data-test-id="efv-subheader"]
{
display: none !important;
}
[data-test-id="efv-channel-list"]
{
display: none !important;
}
[data-test-id="efv-toolbar"]
{
display: none !important;
}
/* Hide "Views" */
[data-test-id="keyboard-toggle-smartview-list"]
{
display: none !important;
}
[data-test-id="comms-properties-bar"]
{
justify-content: flex-start !important;
flex-direction: column !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
[data-test-id="comms-properties"] > A:nth-child(1n+0)
{
margin-right: 0px !important;
}
[data-test-id="mim-launcher"]
{
margin-right: 0px !important;
}
[data-test-id="settings-link-label"]
{
display: none !important;
}
[data-test-id="comms-properties"]
{
flex-direction: column !important;
}
[data-test-id="mail-right-rail"]
{
flex-direction: row !important;
flex-wrap: wrap-reverse !important;
}
/* Hide Ad in Navigation */
[data-yaft-module="norrin_ad_tl1"]
{
display: none !important;
}
[data-yaft-module="norrin_ad_rec"]
{
display: none !important;
}
/* Hide Ad placed in mailbox */
/*** Dee - 20180117 - Target "infinite-scroll-AD" and adjust message layout ***/
[data-test-id="ad-viewability-tracker"]
{
display: none !important;
}
/* Message list layout - adjust by height of hidden ad (46px) */
div.D_F.H_6D6F.ab_FT.em_N > div > div > div.H_6D6F.W_6D6F > div:nth-child(1n+0) > div.hd_n
{
margin-top: -24px !important;
}
/* Message right + bottom layout - adjust by height of hidden ad (46px) */
/* Note that right layout should ideally be adjusted by height of transform (72px) */
div.D_F.H_6D6F.ab_FT.em_N > div > div > div.H_6D6F.W_6D6F > div > div:nth-child(1n+0) > div.hd_n
{
margin-top: -24px !important;
}
/* Shrink Header */
body#Atom > header.norrin-ybar > div#ybar
{
padding-top: 11px !important;
padding-bottom: 0px !important;
height: 60px !important;
}
header.norrin-ybar
{
height: 60px !important;
}
body#Atom > header.norrin-ybar > div#ybar > div:nth-child(2)
{
display: block !important;
}
body#Atom > header.norrin-ybar > div#ybar > div:nth-child(3)
{
display: block !important;
padding-left: 194px !important;
top: -36px !important;
}
/* Hide "Give Feedback" button */
[data-test-id="panel-stack"]
{
display: none !important;
}
}