Skip to content

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

Hide Peloton workouts on Strava dashboard

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

Reviews

No reviews yet.