i tried so many codes, but i can't find it.
I want to load a website with webview. Before i show the website, i will change the CSS file path with an another css file on the Webserver.
for example: change this...
<link rel="stylesheet" href="css/styleLight.css" type="text/css" />
with this...
<link rel="stylesheet" href="css/styleDark.css" type="text/css" />
And how can i change for example the div id? On the website, there is a
<div id="light1">
how can i find this div and change his id to for example to
<div id="lightGreen">