webView.loadUrl("javascript:(function() { " + "document.getElementById('xxx').style.display='none';})()");
webView.loadUrl("javascript:(function() { " + "document.getElementsByClassName('xxxx')[0].style.marginTop=0; })()");
webView.loadUrl("javascript:(function() { " + "document.getElementById('xxx').style.display='none';})()");
webView.loadUrl("javascript:(function() { " + "document.getElementsByClassName('xxxx')[0].style.marginTop=0; })()");