Can anyone tell me if there's a way (and if so how) to load a website in a form browser without loading (downloading) specified data like; images, videos and flash.
I'm trying to create a web scraper to get access to some information. The problem is that because I need to login to the desired site, I need to web scrape it using the browser (at least this is the only way I know). And because of this the loading time is immense (because it loads all the images and unneeded data in the website.
Is there a way to just continually load (get) the source code instead of the entire site (to check for changes)?
If you know of any better methods please let me know. I'm pretty new to coding in general and the information would be quite helpful.