Hello, all good guys? my next question ...
I want to disable all background-image then ...
I wanted to get the html from the entire page and put nothing on the "background-image" tag leave it always empty.
In the images I got .. I studied and found
For Each img As HtmlElement In WebBrowser1.Document.Images
img.SetAttribute("src", "")
img.SetAttribute("style", "")
Next
More about css, I have not found a solution yet.