Hey
is there any way i can by code, remove/hide elements on a website?
Long story short, my program visits a chatroom at www.zippychat.com, it self-enters the password, fills in username, and hits "save name".
But there are so many annoying texts and pictures and such! I can easily remove these using google chrome.
is there any way i can BY CODE remove elemts of the website, for example, the "Zippy Chat" picture?
If you still don't understand. I want my code to do something like this:
WebBrowser1.Document.GetElementById("masthead").DeleteElement
(the line above isn't a real line of code...)
is there any way i can by code, remove/hide elements on a website?
Long story short, my program visits a chatroom at www.zippychat.com, it self-enters the password, fills in username, and hits "save name".
But there are so many annoying texts and pictures and such! I can easily remove these using google chrome.
is there any way i can BY CODE remove elemts of the website, for example, the "Zippy Chat" picture?
If you still don't understand. I want my code to do something like this:
WebBrowser1.Document.GetElementById("masthead").DeleteElement
(the line above isn't a real line of code...)