Remix.run Logo
layer8 6 hours ago

> 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).

sillysaurusx 6 hours ago | parent [-]

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.

layer8 6 hours ago | parent [-]

Ah, I see. But that usage is exactly why they don’t permit it anymore, it’s been abused too much. People were hosting whole sites on Dropbox, that’s not what it’s for.