When i run the program it always gives me this message (my computer isn't in english, i used translate so this might not be %100 accurate):
Command Line Error An error occurred in the script on this page. Line:4605 Character: 4 Error: Identifier, string or number is expected Code: 0 URL: http://orteil.dashnet.org/cookieclicker/main.js?v=2.041
Do you want to continue running scripts on this page?
Then gives this:
Command Line Error An error occurred in the script on this page. Line: 0 Character: 0 Bug: script error Code: 0 URL: http://cdnjs.cloudflare.com/ajax/ibs/cookieconsent2/1.0.9/cookieconsent.minute.js Do you want to continue running scripts on this page?
And site gives its own error.
The code is simply this:
public void CookieForm_Load(object sender, EventArgs e)
{
cookieWebBrowser.Navigate("http://orteil.dashnet.org/cookieclicker/");
}
I did try some solutions like java injection however everything i tried crashed on the launch.
I don't want to use cromium addon since it defeats the purpose of the program which is low ram usage. any ideas on how to fix this? (cookie clicker works on normal ie without problems)