Hello, i am learning to create a App using https://github.com/MicrosoftEdge/JSBrowser . You can see on github have .sln to we create own browser.
I want to CSS Google.com with javascript but i dont know how to write code and embed it.
Exp: i wrote a script document.getElementsByClassName(‘jsb’)[0].style.display=“none”
‘jsb’ is a class contain Google Search Button + I’m feeling lucky Button
Thank you so much, regards!!!