A tweak which hides your rank on Fantasy Premier League.
Hide Rank by fplfocal
Details
Authorfplfocal
LicenseNo License
Categoryfootball;
Created
Updated
Size512 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Click install once you have the Stylus browser add-on.
Source code
/* ==UserStyle==
@name Hide Rank
@namespace fantasy.premierleague.com
@version 1.0.0
@description A tweak which hides your overall points and rank on Fantasy Premier League
@author FPL Focal
==/UserStyle== */
@-moz-document domain("fantasy.premierleague.com") { }
div[class="Entry__DataListValue-sc-1kf863-3 jSIzhS"] {
display: none!important;
}
table[class="Table-ziussd-1 Styles__StyledLeagueSummaryTable-sc-11lc2ri-5 fHBHIK fzfyTJ"] {
color:white;
}