logoalt Hacker News

layer8yesterday at 7:02 PM1 replyview on HN

> What I miss is being able to right click on an item, click "copy public URL", paste it into the browser, and get an exact copy of that item (with nothing else; no image overlays, no ads, nothing).

That still works for me, when replacing dl=0 with dl=1 at the end of the URL (dl = download).


Replies

sillysaurusxyesterday at 7:06 PM

Unfortunately that downloads the file directly, rather than displaying it in browser, so it's not a very nice way of linking screenshots to someone. The other use case is an html file that contains references to images within the same folder, like <img src="foo.png">. You'd want it to display in the browser, not download the html page as a file.

show 1 reply