Automaticaly save images to the downloads directory without going through the popup window.
How to save images to the downloads directory (that I chose in settings) without using right click -> save image as .. -> popup window .. then choose the location where I want to save it.
I tried alt+click, it didn't work, it saves the webpage url instead of the image. I prefer a solution that does not involve any add-ons.
OS: Pop!_OS 22.04 LTS Firefox version: 121.0.1 (64-bit)
Thank you.
被采纳的解决方案
Did you change browser.altClickSave to true in about:config? It only works with simple image links.
The extension Save Image to Downloads is extremely minimalist and clean, requiring few permissions and is not exposed to web content. You can disable automatic updates for it if you don't feel comfortable trusting the developer.
定位到答案原位置 👍 0所有回复 (3)
Some websites may embed images via an iframe with an HTML page and not embed the image directly.
You can check this in the Inspector via the right-click context menu (Inspect) to see what element comes up.
Alternately, you can try to save the image via "Tools -> Page Info -> Media".
选择的解决方案
Did you change browser.altClickSave to true in about:config? It only works with simple image links.
The extension Save Image to Downloads is extremely minimalist and clean, requiring few permissions and is not exposed to web content. You can disable automatic updates for it if you don't feel comfortable trusting the developer.
zeroknight said
Did you change browser.altClickSave to true in about:config? It only works with simple image links. The extension Save Image to Downloads is extremely minimalist and clean, requiring few permissions and is not exposed to web content. You can disable automatic updates for it if you don't feel comfortable trusting the developer.
Yes i did set browser.altClickSave to true. I went with the extension, i downloaded it and reviewed it's code, it looks safe, thanks for the (disable automatic updates) idea.