Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
How to download image and save to hard disk?
-
@allstylus First option - get image from cache.
This is project with comments
getimagefromcache.xmlAnd here is article with detailed method description and video
http://wiki.bablosoft.com/doku.php?id=how_to_get_request_resultSecond option - get image url and download it.
downloadimage.xmlThe easiest one, but not the fastes one is to make an element screenshot.
screenshot.xml -
@khalid_alsaba open the xml and download the page
-
When using the screenshot method
How do I save the images under different file names?
also, how can I change the file path that the images save in?
-
@khalid_alsaba could you help show me how to download images and save them to a folder?
