Chatterbox Part 13 — Capturing model with Fiddler

This is the thirteenth part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Some networks communicate over websockets which are much harder to scrape with a Chrome extension. I tried some code on the internet (mostly based on replacing the websocket … Continue reading Chatterbox Part 13 — Capturing model with Fiddler

Chatterbox Part 12 — Scraping page’s model with JavaScript or extensions

This is the twelfth part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Scraping is hard so we should avoid doing that as much as possible. Some pages allow us to get our hands on the logical model with some tricks. … Continue reading Chatterbox Part 12 — Scraping page’s model with JavaScript or extensions