Sunday, 11 November 2018

How do I make a webpage think its images are done loading?

To give you some background, many (if not all) websites load their images one by one, so if there are a lot of images, and/or you have a slow computer, most of the images wont show up. This is avoidable for the most part, however if you're running a script to exact image URLs, then you don't need to see the image, you just want its URL. My question is as follows:

Is it possible to trick a webpage into thinking an image is done loading so that it will start loading the next one?



from How do I make a webpage think its images are done loading?

No comments:

Post a Comment