Skip to content

Commit

Permalink
Add a few more adblock lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Dec 27, 2024
1 parent 3c29af5 commit ade4304
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/lists/adblocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Adblocker(Blocklist):
("https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=0&mimetype=plaintext",
"peterlowe.txt"),

"https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt",

"https://raw.githubusercontent.com/brave/adblock-lists/master/brave-lists/brave-ios-specific.txt",

("https://ublockorigin.github.io/uAssets/filters/filters.txt",
"uAssets-filters.txt"),
("https://ublockorigin.github.io/uAssets/filters/filters-2020.txt",
Expand All @@ -28,9 +32,13 @@ class Adblocker(Blocklist):
"uAssets-filters-2023.txt"),
("https://ublockorigin.github.io/uAssets/filters/filters-2024.txt",
"uAssets-filters-2024.txt"),
("https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt",
"uAssets-badware.txt"),
("https://ublockorigin.github.io/uAssets/filters/privacy.txt",
"uAssets-privacy.txt"),

"https://ublockorigin.pages.dev/thirdparties/easylist-cookies.txt",

# uBO regional lists
"https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt",
("https://easylist-downloads.adblockplus.org/liste_ar.txt",
Expand Down

0 comments on commit ade4304

Please sign in to comment.