- Save web pages to disk (in an usable form, i.e. usable by scripts etc., offline)
- curl + script to handle content - now you need puppeteer etc.
- Easy automation of web pages (same as above) - can't just do POST (yes some pages have APIs. Most are different and require effort)
- Custom CSS that works universally
- Do powerful stuff with proxies (i.e. rewrite requests, responses)
- Link to individual documents or even anchors by default
- Pages are the same for everyone, you can send people a link and expect they see it, and see it the way you do
... the list goes on, but these cover some of the most important points.
Your issue is more that there’s no longer any standardization of the web and the surface area to which sites are designed have increased drastically.
One could still make a site today that can do everything you’re describing
Java applets and flash had the same issues.
- Save web pages to disk (in an usable form, i.e. usable by scripts etc., offline)
- curl + script to handle content - now you need puppeteer etc.
- Easy automation of web pages (same as above) - can't just do POST (yes some pages have APIs. Most are different and require effort)
- Custom CSS that works universally
- Do powerful stuff with proxies (i.e. rewrite requests, responses)
- Link to individual documents or even anchors by default
- Pages are the same for everyone, you can send people a link and expect they see it, and see it the way you do
... the list goes on, but these cover some of the most important points.