How to scrape HTML tables from most web pages by copying and pasting some JavaScript into your web browser.
Have you ever tried to copy tables of data from web pages and paste them into spreadsheets? Sometimes, this can be difficult to accomplish manually. I wanted a quick, clean, and universal method for extracting HTML tables from web pages. Below, I linked to a JavaScript browser injection that scrapes every HTML table on a page and exports them to a csv. It has been tested on Linux & Windows workstations using the latest versions of Chrome & Firefox.