|
Macros are used to do repetitive tasks. Like click, save etc.
Do this. Go to firefox, downlaod the iMacros extension/add-on.
Fire up the webpage with the first image (the one above).
Start recording, click save and click next. After the second page loads, stop recording.
Now edit the macro. it should look something like this:
VERSION BUILD=7500607 RECORDER=FXTAB T=1
ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}} WAIT=YES
ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}} WAIT=YES
TAG POS=1 TYPE=A ATTR=ID:save
TAG POS=1 TYPE=IMG ATTR=SRC:https://dkr0d30ggygt1.cloudfront.net/img/icon_next_img-1687f3d5a8902af3d0b92636afd1616b.png
(There may be another line mentioning going to the initial page. we want that to be removed.)
Now run a loop with max = number of images you want it to be saved. It should go about doing that.
|