(no title)
sjdz | 3 years ago
Maybe there's a better way someone knows for extensions to grab remote html without running into these problems?
The alternative would be for the extension to grab the html via API from a crawler running on a server (or SaaS), which should work pretty well.
franciscop|3 years ago
> The alternative would be for the extension to grab the html via API from a crawler running on a server
Oh like 'https://myplainwebsite.com/parse?url=https://example.com/doc...'
franciscop|3 years ago
https://content-parser.com/
You can parse any URL into markdown with `https://content-parser.com/markdown?url={encodeURIComponent(...}`.
sjdz|3 years ago