How to hide Adsense from Webview to ad Admob?

Yeye1984

Regular Member
Jul 19, 2020
228
38
please I need help. How can I hide Adsense from webview to add Admob? I have a blog with Adsense , but on webview isn't allowed Adsense. How to hide it? Thank you guys
 
Last edited:
if you are in android you can run a javascript code in the webview like this:

Code:
view.loadUrl("javascript:document.getElementById(\"header\").setAttribute(\"style\",\"display:none;\");");
 
if you are in android you can run a javascript code in the webview like this:

Code:
view.loadUrl("javascript:document.getElementById(\"header\").setAttribute(\"style\",\"display:none;\");");
Sorry I don't know anything about coding, can you please tell me where to add this?
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock