This Cloudflare Workers application scrapes the main content of a website and returns it as plain text. It's a simple tool to extract textual information from web pages.
To retrieve text from a URL, execute the following command:
curl https://<your worker domain>/?url=<URL you want to retrieve content from>