Google & HTMLViewer Darkmode

Is it possible to load a url in a htmlviewer and get it to load in Darkmode?

myURL= "http://www.google.com/search?&q=meaning+of+" + mysearchstring+"&lr=lang_"+countrycode.Lowercase
If Me.IsAvailable Then
  Me.LoadURL(myURL)
End If

If I am loading my own pages into the viewer I can accomodate dark mode so what I am checking is if we request a url to appear like a google search is there anyway to force it to appear in dark mode… just want to confirm that is a no?