You can't download this image
211–220 of 241 posts
Re: You can't download this image
#212It always baffled me browsers even try to download an image (or a page or whatever) I asked them to save despite fact they have already downloaded and displayed it. What I would want them to do instead is just dump it from the memory. And this sounds particularly important in case it's about a web page which has been altered in runtime by JavaScript - I want the actual DOM dumped so I can then loaded it to display ex…
I've always thought the same. The data is there, why go through the trouble of downloading it again?
Re: You can't download this image
#213It always baffled me browsers even try to download an image (or a page or whatever) I asked them to save despite fact they have already downloaded and displayed it. What I would want them to do instead is just dump it from the memory. And this sounds particularly important in case it's about a web page which has been altered in runtime by JavaScript - I want the actual DOM dumped so I can then loaded it to display ex…
I've always thought the same. The data is there, why go through the trouble of downloading it again?
Re: You can't download this image
#214Re: You can't download this image
#215Earlier quoted context omitted.
As far as I remember from a previous project from a few years ago, the browser doesn't include a referrer for the download request, which can be used for a distinction. (You'll have to disable caching and E-Tags for this to work.) However, this is easily defeated by the use of the console: Select the sources tab, locate the image and simply drag-and-drop the image from there, which will use the local cache instance f…
> [...] which will use the local cache instance for the source I don't understand why browsers aren't always doing this. They already have the image, why redownload it?
Re: You can't download this image
#216Re: You can't download this image
#217In Chrome, you can just do as the author says, right click and "Save Image As". Then just go to the folder where it is being downloaded, and copy/paste the file "lisa.jpeg.crdownload" to "lisa.jpeg.crdownload copy". Rename to "lisa.jpeg" and cancel the download. You now have the image. What's interesting is that you ARE actually downloading this image. It's just that they don't terminate the connection.
I just dragged and dropped it to my desktop. This was on macOS, dunno if Windows would allow that.
Re: You can't download this image
#218Re: You can't download this image
#219For example,
curl
curl -y3 -4o 1.jpg https://youcantdownloadthisimage.online/lisa.jpg
tnftp ftp -q3 -4o 1.jpg https://youcantdownloadthisimage.online/lisa.jpg
links xy(){ tmux send "$@" ;};
xy "links https://youcantdownloadthisimage.online/lisa.jpg";
xy Enter;
sleep 2;
xy s;
xy Enter;
tmux capture -t3 -p|grep -q Overwrite &&
xy o;
sleep 1;
xy a;
xy q;
xy y;
haproxy frontend bs
bind ipv4@127.0.0.1:80
use_backend bs if { base_reg youcantdownloadthisimage.online/lisa.jpg }
backend bs
timeout server 420ms
server bs ipv4@137.135.98.207:443 ssl force-tlsv13 ca-file /etc/ssl/certs/ca-certificates.crt verify required