Skip to content

Instantly share code, notes, and snippets.

@LeeRJohnson
Created May 3, 2016 20:39
Show Gist options
  • Save LeeRJohnson/2aff5e25f22a80f56fcb3f8921553e6c to your computer and use it in GitHub Desktop.
Save LeeRJohnson/2aff5e25f22a80f56fcb3f8921553e6c to your computer and use it in GitHub Desktop.
Strava Bulk Edit Scripts
document.querySelectorAll(".quick-edit").forEach(function(e){e.click();});
document.querySelectorAll(".edit-col select.workout-type").forEach(function(e){e.selectedIndex=0;});
document.querySelectorAll(".edit-col button[type=submit]").forEach(function(e){e.click();});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment