Skip to content

Instantly share code, notes, and snippets.

@danieltanfh95
Created June 10, 2017 13:28
Show Gist options
  • Save danieltanfh95/6d11b3cce268b6dd57c919a74e555300 to your computer and use it in GitHub Desktop.
Save danieltanfh95/6d11b3cce268b6dd57c919a74e555300 to your computer and use it in GitHub Desktop.
Download stuffs from app.box
a = $("iframe").contents().find("svg")
b="<!DOCTYPE html><html><head><title></title></head><body>"
for (i = 0; i < a.length; i++) {
b +=a[i].outerHTML;
}
b+="</body></html>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment