is there some library for android for block any ads? how to block using javascript injection?
When I code
webView1.getSettings().setJavaScriptEnabled(true);
the ads are shown, but other option of the page not working as the menu or filters. then how can I block ads but not disable javascript?