update adblock files

This commit is contained in:
Egor Aristov 2025-04-29 11:29:51 +03:00
parent e0af3770f6
commit 9a55cebb50
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F
4 changed files with 4875 additions and 4020 deletions

View File

@ -14,3 +14,7 @@ go_proto:
protoc -I=. -I=${PROTOBUF_TAGGER_PATH} --gotag_out=. ./proto/specs.proto
proto: js_proto go_proto
update_adblock:
wget -O internal/extractors/pwextractor/blocklists/easylist.txt https://easylist.to/easylist/easylist.txt
wget -O internal/extractors/pwextractor/blocklists/easyprivacy.txt https://easylist.to/easylist/easyprivacy.txt

View File

@ -12,6 +12,7 @@
- Cookies[^1] (supports scraping private feeds, eg youtube subscriptions)
- Proxy
- Results caching
- Adblock (primarily for loading speedup)
- Screenshots (primarily for debugging)
- [Presets](presets) for sharing configurations
- Stateless[^2] (all task parameters are encoded into url, no database needed)

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long