VB2010 -Twitch Live Viewers document.getElementbyID?

Ow
- in Twitch
1

I would like to write a program that also shows me my current number of Twitch viewers. Unfortunately I have no idea in other programming languages like java to use the Twitch API, so I thought I would do it via Visual basic and a web browser control, unfortunately the outdated web browser no longer loads the page but it still shows me the HTML I would like to know if anyone has any idea whether and how I could regulate it.

Dim Webbrowser As HtmlDocument = WebBrowser1.Document
Dim vcount As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName ("tw-stat-viewer")
For Each element As HtmlElement In vcount
richtextbox1.Text = (element.GetAttribute ("className"))
Next

&

RichTextBox1.Text = WebBrowser1.Document.GetElementById ("twt-stat-viewer"). InnerText

but unfortunately everything was unsuccessful, please help

Do

As far as I know, web browsers go to Internet Explorer 7 or something, so it is out of date.

But you can change it with a small program line, then it goes over IE 11 and the page loads correctly including Javascript support (I did this in Delphi, but I don't know this "magic command" anymore…, I think it was a small one Change in the registry).