Hacker News new | ask | show | jobs
by hamilyon2 1542 days ago
Do web browsers nowadays have a way to save a part of html dom with every style inlined?

If not, that is a huge opportunity.

2 comments

I think that's an impossible problem to solve for the general case. To guarantee correct rendering, you very well need to push the site through the entire rendering/js pipeline.
SinglePage the chrome extension does this I believe