Search found 6 matches

by Doddox
Sun Jan 05, 2020 1:06 pm
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

Re: google extension

I want to perform a thing like this: https://adrianstoll.com/dyi-adblocker/

But how can i use EasyList to simply fill my "blocked_domains.js" file and use it ?
by Doddox
Sun Jan 05, 2020 12:54 pm
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

Re: google extension

intense wrote: Sun Jan 05, 2020 12:42 pm
simple blocker that will just use a blacklist
well, that's exactly what an adblocker is doing.
Maybe you should implement what static-net-filtering.js is doing

(I'm not a js specialist / programmer)
Okay thanks for your help.
by Doddox
Sun Jan 05, 2020 12:33 pm
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

Re: google extension

- uBo is compiling /creating an own list of filters from all the enabled lists (just to optimize the rules for its internal engine) => you should first identify where does happen this process - then you have to see these scripts: static-net-filtering.js cosmetic-filtering.js static-ext-filtering.js...
by Doddox
Sun Jan 05, 2020 11:54 am
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

Re: google extension

intense wrote: Sun Jan 05, 2020 11:03 am You should see (examine the code) what other adblockers (uBo / ABP) do (loading /parsing the filters, matching the web requests etc).
I've looked at the uBo code but I can't see where they block ads. :oops:
by Doddox
Sun Jan 05, 2020 10:58 am
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

Re: google extension

Its open source, free to use. Supporting all the features/filters in Easylist? Another adblocker, how will it differ with others? Thank you for your answer. This isn't just a simple ad-blocker I'm developing. My extension has other features too. But what I'm really looking for is how to use EasyLis...
by Doddox
Sat Jan 04, 2020 12:15 pm
Forum: EasyList Subscriptions
Topic: google extension
Replies: 9
Views: 3776

google extension

Hey, everybody.

I'm developing a google extension that blocks ads and I'd like to know how to include EasyList in my extension.

Do you have a link that describes what I want?

Thanks in advance!