Pragament / flutter_news_browser_app

A Full-Featured Mobile Browser App (such as the Google Chrome mobile browser) created using Flutter and the features offered by the flutter_inappwebview plugin.
https://play.google.com/store/apps/details?id=com.pichillilorenzo.flutter_browser
GNU Affero General Public License v3.0
0 stars 4 forks source link

create rules to remove/hide HTML elements using javascript in hive database - (for adblock & immersive reader) #2

Open ndubbaka opened 2 months ago

ndubbaka commented 2 months ago

sample URLs to test:

New UI - single hive database model for all rule types(class or id)

Apply rule while visiting a page URL from that website. remove/hide HTML elements using javascript. similar to https://github.com/Pragament/flutter_news_browser_app/blob/dev/lib/app_bar/webview_tab_app_bar.dart#L1150

current UI at https://github.com/Pragament/flutter_news_browser_app/blob/dev/lib/pages/settings/cross_platform_settings.dart#L274 https://github.com/Pragament/flutter_news_browser_app/blob/dev/lib/webview_tab.dart#L51 Image