For those, like me, that prefer local CLI tools, I found gallery-dl yesterday (although possibly slightly different use case than ful.co).
And of course ImageMagick to easily convert images to different formats.
In Firefox: Cmd/Ctrl-I, click the Media tab, find the image you want and click Save As. This works even on sites that try to prevent media from being saved (by blocking referrer-less loads, etc.).
You can do the same thing by saving a HTML file from firefox (Ctrl+S), the images will be placed in a directory next to that HTML file.
Inline svg?
Actually useful. Not uncommon that I'm trying to pull a logo or branding for some project or another and it's always a pain.
If you find this isn't working for you (and you're getting a 404, or OP's portfolio site -- you have to put the scheme in the URL.
Works: https://ful.co/https://www.apple.com
Won't work: https://ful.co/www.apple.com
This should have a bookmarklet... This seems to work: javascript:window.location.href='https://ful.co/'+window.location.href
Cool! I would add web fonts to that list.
The web page says nothing about what it does. The <title> says "ful.co - a svelte and sveltekit related blog and agency". Very confusing.
Add the HN title to the web page?
done, will look into webfonts
HN Mods: can someone explain why this post was flagged?
Next challenge, make it work for dynamic images (that aren't present on initial load).
Thanks! Saves me the chore of opening the Network tab on the inspector to manually do this stuff.
This is fantastic. So straightforward, gets the job done.
I think you got blocked by an anti-scraper. I put in reddit.com and only got one image back.
I don't think I specifically got blocked. I haven't done anything to get around scraping restrictions like setting a fake User-Agent. If a website doesn't want to be scraped I'll just use inspect element.
Some other current limitations:
- Might miss items in a SPA that loads additional assets outside the initial html - Misses images/SVG's that are loaded with external css with background:url(...);
Did some brief testing and (at least for me) it works on a paywalled WSJ page and MediaWiki but not on 2channel. Reddit no, but Reddit rehosters yes.
It 404ed with the two biggest swiss websites: digitec.ch and 20min.ch
Did you you include the protocol like this https://ful.co/https://digitec.ch ? It seems to work for me.
This just goes to OPs portfolio site, so not working
Can you make one that converts webp to png?