Skip to content

Commit

Permalink
Add legacy filter list and update assets build script
Browse files Browse the repository at this point in the history
Legacy filter list from upstream has a number of outdated filters - remove them.
Also shorten path to built-in EasyList/EasyPrivacy filter lists.
  • Loading branch information
UCyborg committed Apr 10, 2024
1 parent 550d6ec commit db613b8
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 13 deletions.
10 changes: 5 additions & 5 deletions assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"group": "default",
"title": "uBlock filters – Legacy",
"contentURL": [
"https://ublockorigin.github.io/uAssets/filters/legacy.txt",
"https://raw.githubusercontent.com/UCyborg/uBlock-for-firefox-legacy/master/assets/resources/legacy.txt",
"assets/ublock/legacy.txt"
],
"supportURL": "https://github.com/uBlockOrigin/uAssets/issues"
Expand Down Expand Up @@ -125,7 +125,7 @@
"https://easylist.to/easylist/easylist.txt",
"https://secure.fanboy.co.nz/easylist.txt",
"https://easylist-downloads.adblockplus.org/easylist.txt",
"assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt"
"assets/thirdparties/easylist/easylist.txt"
],
"supportURL": "https://easylist.to/"
},
Expand All @@ -136,7 +136,7 @@
"title": "EasyList (Optimized)",
"contentURL": [
"https://filters.adtidy.org/extension/ublock/filters/101_optimized.txt",
"assets/thirdparties/easylist-downloads.adblockplus.org/101_optimized.txt"
"assets/thirdparties/easylist/101_optimized.txt"
],
"supportURL": "https://github.com/AdguardTeam/AdguardFilters"
},
Expand All @@ -157,7 +157,7 @@
"https://easylist.to/easylist/easyprivacy.txt",
"https://secure.fanboy.co.nz/easyprivacy.txt",
"https://easylist-downloads.adblockplus.org/easyprivacy.txt",
"assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt"
"assets/thirdparties/easylist/easyprivacy.txt"
],
"supportURL": "https://forums.lanik.us/"
},
Expand All @@ -168,7 +168,7 @@
"title": "EasyPrivacy (Optimized)",
"contentURL": [
"https://filters.adtidy.org/extension/ublock/filters/118_optimized.txt",
"assets/thirdparties/easylist-downloads.adblockplus.org/118_optimized.txt"
"assets/thirdparties/easylist/118_optimized.txt"
],
"supportURL": "https://github.com/AdguardTeam/AdguardFilters"
},
Expand Down
Loading

0 comments on commit db613b8

Please sign in to comment.