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
239 stars 95 forks source link

Our upstream Spam404 list is no longer updated #184

Closed fmarier closed 5 years ago

fmarier commented 5 years ago

The Spam404 adblock list that we use was last updated on 2018-04-15. That user hasn't had any activity on GitHub since and none of the direct forks are any better.

I did find another repo on GitHub though which was last updated on 2019-02-15. It's 2kB larger:

$ ls -lh adblock-list.*
-rw-r--r-- 1 francois francois 137K Feb 27 15:03 adblock-list.Dawsey21.txt
-rw-r--r-- 1 francois francois 139K Feb 27 15:03 adblock-list.Spam404.txt

adding 182 new entries and removing 44:

$ diff -u adblock-list.Dawsey21.txt adblock-list.Spam404.txt  | grep '^\+[\|#]' | wc -l
182

$ diff -u adblock-list.Dawsey21.txt adblock-list.Spam404.txt  | grep '^\-[\|#]' | wc -l
44