Skip to content

Sleeper Projection Hider by aryaasgari

Details

Authoraryaasgari

LicenseNo License

Categorysleeper.app

Created

Updated

Size600 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables and hides stat projections for players and teams, as well as estimated win percentage for matchups.

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
}
}

Reviews

No reviews yet.