Scrape websites with css to genereate tables.
This package uses CSS selectors to find and parse data into a table.
The plugin remembers the last query you've made per page.
The queries use slightly modified CSS selectors.
For queries 2 and 3, they start their query from the previous query's result. At the beginning of a query, you can select the parent component by using ../ At the ned of the query you can use >2 to select the 2nd child from the query.
Use ctrl + , to open the tool.
Use ctrl + n to close the tool.
You can also add a token which can be used to upload the scraped content to the server.