Make new yahoo sports less visually shitty.
Yahoo Sports Less Shitty - Light by zakburgess
Details
Authorzakburgess
LicenseNo License
Categoryfootball.fantasysports.yahoo.com
Created
Updated
Size736 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 football.fantasysports.yahoo.com
@version 20230908.17.24
@namespace ?
==/UserStyle== */
@-moz-document domain("football.fantasysports.yahoo.com") {
#ybar-inner-wrap {
> div:nth-child(3) {
background-color: #7e1fff;
}
}
#ybar-navigation {
> div > ul > li > a {
color: #fff;
}
}
body {
background-color: #555;
& header {
display: none;
}
& div.ybar-page-info {
display: none;
}
}
a[data-sec="fantasy_promo"] {
display: none;
> img {
display: none;
}
}
#Ffl-promo {
display: none;
}
#season-countdown {
display: none;
}
#ffl-banner {
display: none;
}
#depth_chart {
display: none;
}
}