• Toorkit 10 months ago

    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.

    • rafram 10 months ago

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

      • blueflow 10 months ago

        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.

        • savolai 10 months ago

          Inline svg?

        • skeptrune 10 months ago

          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.

          • wlonkly 10 months ago

            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

            • splitbrain 10 months ago

              This should have a bookmarklet... This seems to work: javascript:window.location.href='https://ful.co/'+window.location.href

              • mikae1 10 months ago

                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?

                • fulco__ 10 months ago

                  done, will look into webfonts

                • chrisweekly 9 months ago

                  HN Mods: can someone explain why this post was flagged?

                  • cantSpellSober 10 months ago

                    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.

                    • pavo-etc 10 months ago

                      This is fantastic. So straightforward, gets the job done.

                      • jedberg 10 months ago

                        I think you got blocked by an anti-scraper. I put in reddit.com and only got one image back.

                        • fulco__ 10 months ago

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

                        • OgsyedIE 10 months ago

                          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.

                          • underlines 10 months ago

                            It 404ed with the two biggest swiss websites: digitec.ch and 20min.ch

                          • thatgerhard 10 months ago

                            This just goes to OPs portfolio site, so not working

                            • nubinetwork 10 months ago

                              Can you make one that converts webp to png?