Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 841 Bytes

AdBlockedWebView-Android

An Implementation of WebView with Ad-blocked Interface. Blocks Banner And Video Apps From Web Page

N|Solid

Basic useful feature list:

  • Basic Ad Blocking. Not Massive Yet, Need Some help. :)
  • Simple One Line WebViw Start Code
  • Works As an Extension for android App Just like Google Chrome Tabs
  • Customizable Animations, Toolbar Color and more.
  • Handeled All WebLinks for Downloading and Playing all Type of Media Files also Image Longpress is Also Handled so you can download Images too.

And here's some code! 👍

AdBlocksWebViewActivity.init(this); //Add this Line in Application OnCreate or Activity.

AdBlocksWebViewActivity.startWebView(context,String url,int toolbarcolor);

Happy Coding