brave-experiments / ad-block

Ad block engine used in the Brave browser for ABP filter syntax based lists like EasyList.
https://www.brave.com
Mozilla Public License 2.0
240 stars 95 forks source link

How I can get css to hide element follow domain use c++? #159

Open daoan1412 opened 5 years ago

daoan1412 commented 5 years ago

Hello. I also build an ad-block for webview on Android. An adblock need two features: inject css to hide element and block request to ads host. client.matches => check url to block request . How I can get css to hide element follow domain use c++?