Disables and hides stat projections for players and teams, as well as estimated win percentage for matchups.
Sleeper Projection Hider by aryaasgari
Details
Authoraryaasgari
LicenseNo License
Categorysleeper.app
Created
Updated
Code size600 B
Code checksumd489b441
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sleeper Projection Hider
@version 20210906.23.23
@namespace userstyles.world/user/aryaasgari
@description Disables and hides stat projections for players and teams, as well as estimated win percentage for matchups.
@author aryaasgari
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://sleeper.app/leagues/") {
.projections {
visibility: hidden !important
}
.win-percentage-number {
visibility: hidden !important
}
.win-bar {
visibility: hidden !important
}
.win-bar-flip {
visibility: hidden !important
}
}