Hide Peloton workouts on Strava dashboard
www.strava.com/dashboard - Dec 2023 by tmcw
Details
Authortmcw
LicenseNo License
Categorystrava.com
Created
Updated
Size381 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This may (it probably does) also hide Zwift and other "Partner" workouts.
Source code
/* ==UserStyle==
@name www.strava.com/dashboard - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide Peloton workouts on Strava
@author Tom MacWright
==/UserStyle== */
@-moz-document url-prefix("https://www.strava.com/dashboard") {
.feed-ui > div:has([data-testid="partner_tag"]) {
display: none;
}
}