This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |