|
|
|
|
|
by portInit
1215 days ago
|
|
Thank you! The query below would get you the full page text, although it likely wont be too legible. I'll read up on readability JS some, it looks quite magic and could possibly be added in. open https://news.ycombinator.com/item?id=34970917
|| filter "(nodeName == 'BODY')"
|| table innerText Often you can use crul to discover the html structure in the results table. With a `find "text string"` to filter rows and then a filter on the column values that identify the desired elements. |
|