Skip to content

Instantly share code, notes, and snippets.

View itsdarrylnorris's full-sized avatar
🎯
Focusing

Darryl Norris itsdarrylnorris

🎯
Focusing
View GitHub Profile
@itsdarrylnorris
itsdarrylnorris / strava-update.js
Last active October 20, 2021 04:22
Updates Strava Activities from Run to Walk. This is very helpful when importing data from the Apple health app.
// Go to My Activities page -> https://www.strava.com/athlete/training
// Paste this into the browser console.
// This should update activities in this page.
// This script does not support pagination, if you want to activities in other pages, go to next page and paste in the console
var typeFrom = "Run";
var typeTo = "Walk";
document