Skip to content

Instantly share code, notes, and snippets.

@carloocchiena
Last active February 16, 2023 18:10
Show Gist options
  • Save carloocchiena/3cc0c896d79986ac33c4a1adb49b1a36 to your computer and use it in GitHub Desktop.
Save carloocchiena/3cc0c896d79986ac33c4a1adb49b1a36 to your computer and use it in GitHub Desktop.
Put this script in console to download a corrupted track from the browser (Google Chrome)
app.location.recordings.each(function (recording) {
recording.tracks.each(function (track) {
track.downloadFromLocal(window.location.href);
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment