17 ms·
This is pretty good for stuffing web scrapings into an LLM context. Can also use `JSDOM ---> element.textContent` depending on your needs. Useful for snagging
by harrisonjackson 3y ago
This is pretty good for stuffing web scrapings into an LLM context.
Can also use `JSDOM ---> element.textContent` depending on your needs. Useful for snagging all the text content or a specific element's.
- flir 3y agoI wrote a browser plugin that does this. Could never figure out how to deal with paged articles though.