Skip to content

Instantly share code, notes, and snippets.

@karmankertesz
Created September 15, 2018 22:50
Show Gist options
  • Save karmankertesz/cca09b331e7c5502e850f259239ed9c3 to your computer and use it in GitHub Desktop.
Save karmankertesz/cca09b331e7c5502e850f259239ed9c3 to your computer and use it in GitHub Desktop.
strava bulk private/public setting
/*on the https://www.strava.com/athlete/training page */
jQuery('.quick-edit').click()
jQuery('.checkbox > label > input[name=private]').attr('checked',false)
jQuery('.edit-actions .btn-sm[type=submit]').click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment