Notice: Constant automattic\jetpack\extensions\social_previews\FEATURE_NAME already defined in /home/controll/public_html/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php on line 14
Uncategorized – Page 2 – ControllingTheInter.net

Scraping a website with Chrome Javascript Console

The following code is an approach on how to scape a website using the JavaScript console. This method is a slight improvement of https://controllingtheinter.net/2022/06/13/screenscrape-a-website-with-powershell-3-0/ as now I take the data, cast it into a JavaScript variable then write it out to a textdump. I can then save the textdump and reference it from another language …