Remote Image Loader and Sequential File Downloader

These are two small scripts I made a while ago to help me see or download images with a sequential filename (001, 002, 003… etc).

The first one is done in JavaScript and it lets you view them on your browser. You can find the code here:

https://gitlab.com/linknm/remote-image-loader

Or you can use the web app here:

https://linknm.gitlab.io/remote-image-loader/

The second one is a small Python script I did afterwards. While my idea was still focusing on image files, it can pretty much download any kind of file too as long is it has an extension in its file name. You can check the code and download it here:

https://gitlab.com/linknm/sequential-file-downloader