I am making a simple web browser in Visual Studio c# which when opened goes to my website, I want to be able to somehow cut out bits of the html that gets rendered on the webpage. So far my WebBrowser works perfectly fine, i just need to be able to somehow listen to the incoming html code of the page, i will then remove the bits i don't need. Is it possible to do this with the WebBrowser in Visual Studio c#? If so could someone explain how it could be achieved.
Thanks