• Stars
    star
    286
  • Rank 144,690 (Top 3 %)
  • Language
    Java
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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