bpoole

Dropbox Automated Folder Download

Feb 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var time = 0; jQuery('.sl-file-link').each(function( ){ var _this = this; setTimeout(function( ){ t_href = jQuery(_this).attr('href').replace('dl=0', 'dl=1'); window.open(t_href); console.log(t_href); }, time); time += 1500; });
Add Comment
Please, Sign In to add comment