diff options
Diffstat (limited to 'src/box.js')
-rw-r--r-- | src/box.js | 29 |
1 files changed, 8 insertions, 21 deletions
@@ -40,27 +40,14 @@ * proprietary program, I am not going to enforce this in court. */ -// meta: match should be https://***.app.box.com/s/* (*** instead of * for the first section because otherwise plain app.box.com URLs won't work) -// meta: some test cases (mostly found at https://old.reddit.com/search?q="box.com"&include_over_18=on&sort=new) - // https://uwmadison.app.box.com/s/ydht2incbdmw1lhpjg5t40adguc0fm14 - // umadison's enrollment report - // pdf - // https://app.box.com/s/gc4ygloi4qtimeh98dq9mmydyuydawcn - // password-protected 7z file (nsfw) - // https://app.box.com/shared/static/su6xx6zx50cd68zdtbm3wfxhh9kwke8x.zip - // a soundtrack in a zip file - // This is a static download, so it works without this script. - // https://app.box.com/s/vysdh2u78yih3c8leetgq82il954a3g3 - // some gambling ad - // pptx - // https://app.box.com/s/nnlplkmjhimau404qohh9my10pwmo8es - // a list of books(?) - // txt - // https://ucla.app.box.com/s/mv32q624ojihohzh8d0mhhj0b3xluzbz - // "COVID-19 Pivot Plan Decision Matrix" - // If you load the proprietary scripts on this page, you'll see that there is no download button - // TODO: find a public folder link (the private links I have seem to work) - // TODO: find a (preferably public) link with a folder inside a folder, as these may need to be handled differently +/* + * Use with https://***.app.box.com/s/* + * '***' instead of '*' for the first section because otherwise plain app.box.com + * URLs won't work. + */ + +// TODO: find a public folder link (the private links I have seem to work) +// TODO: find a (preferably public) link with a folder inside a folder, as these may need to be handled differently /* Extract data from a script that sets multiple variables. */ // from here: https://api-demo.hachette-hydrilla.org/content/sgoogle_sheets_download/google_sheets_download.js |