Sunshine

Results 211 comments of Sunshine

Hi @wankio, could you elaborate a little more, what do you mean exactly by "extract"? Are you talking about going into the source of the saved HTML page and copying...

Hi there Kochise! Thank you for the feature request. Being completely honest, I believe supporting that format would be detrimental to Monolith, as it's much harder to edit or even...

Ah, my bad, mixed it up with Apple's .webarchive files that Safari uses. Seems like it can't be easily converted into from monolithic HTML documents so would need to be...

Hi @gd4c, I'm not entirely sure how conventional that behavior is... it looks like a very forgiving mode for CLI, and I'd say 99% of mature tools that I use...

Hi there @RiversideRocks! I believe this should work: https://github.com/Y2Z/monolith#proxies More info here: https://stackoverflow.com/questions/49561309/wrap-tor-socks-proxy-with-http-proxy-in-command-line Please let me know if that resolves the issue.

Hi MJ! Thank you for reporting this issue. I'll look into it and fix in the upcoming update.

Hi there! Looks like they've coded that page in a very JS-dependent way, likely never tested it for browsers that have JS disabled. There's a browser add-on port of monolith;...

@ckp95 I don't seem to observe any issues when it's saved using this command: ```console chromium --headless --disable-gpu --dump-dom https://www.toptal.com/python/python-parameterized-design-patterns | monolith - -b https://www.toptal.com/python/python-parameterized-design-patterns -o toptal.html ```

Hi there Schmurtz, it looks like aliexpress has a lot of runtime-injected JS assets; in order to "catch" those the software would have to act as a headless browser and...

SingleFile is actually a CLI tool as well, it's just more commonly known as a browser extension. [Here](https://github.com/gildas-lormeau/SingleFile/blob/master/cli/README.MD)'s more info.