Skip to content

Instantly share code, notes, and snippets.

@casperbiering
Created July 14, 2011 13:14
Show Gist options
  • Save casperbiering/1082422 to your computer and use it in GitHub Desktop.
Save casperbiering/1082422 to your computer and use it in GitHub Desktop.
Multiselect files from Dropbox's webinterface.
var c = Browse.files; for (var b = 0; b < 1000; b += 1) { c[b].check() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment