Hacker News new | ask | show | jobs
by robzyb 3336 days ago
Wouldn't a copy of the DOM be even better than a screenshot?

I.e. DOM copy > screenshot > wget?

1 comments

I mentioned it below, but I tried getting DOM snapshots using chrome --dump-dom, but the output usually didn't render well without a <head> section. (chrome only outputs the <body>) I could attach the headers from the wget file... but then it starts getting messy and complicated.