A simple CSV export and a detailed AI prompt were enough to turn my spreadsheet into a surprisingly capable offline app.
I have came up with an alternative, that I'm going to use for my blog: Place each word in a span tag, each with a CSS class. Then insert lots of gibberish words in-between in spans with other CSS ...
To scrape an HTML table with Playwright, read the whole table into plain Python in one call with locator.evaluate_all or page.evaluate, and do it before you navigate to the next page. That single ...