I think most of the people hate web browser control script errors in vb.net and c# . if you don't know what i mean , look at the picture below i hope you know it.
Okay i will straightly come to the main point ! you just need to add this line of code in form_load
Me.WebBrowser1.ScriptErrorsSuppressed = True'change WebBrowser1 to your webbrowser name' , here is the code for c#
this.webBrowser1.ScriptErrorsSuppressed = true;that's a snippet , thanks.