islamdidarmd / flutter_adblocker_webview

A webview implementation of in Flutter that blocks most of the ads that appear inside of the webpages
https://pub.dev/packages/adblocker_webview
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

[Feature] Add uBlock lists #20

Open rignaneseleo opened 5 months ago

rignaneseleo commented 5 months ago

Hi, it would be great if the library could read uBlock lists like this: https://raw.githubusercontent.com/ethan-xd/ethan-xd.github.io/master/fb.txt

Basically simulate the uBlock logic of dynamically blocking HTML elements.

Thanks and keep it up 👍

islamdidarmd commented 5 months ago

Hi, I appreciate you for taking the time to open this issue.

This package currently blocks resource request by analyzing the domain name. Your suggested approach is also a good way. I am currently busy with other things and can't pick it up at the moment. I am open to any other devs pick it up. If you have an idea about how to do it, you can pick this task up too.

Thanks!

radvansky-tomas commented 1 week ago

I saw your reply in one other issue, that you work on the plugin again. So would like to ask about this again ;) https://easylist.to/easylist/easylist.txt

islamdidarmd commented 1 week ago

@radvansky-tomas I have planned to work on this. It should be available in next release.