Add EasyList filter support

This commit is contained in:
2026-05-16 22:07:39 -07:00
parent f4f1a7a78d
commit 46444b193b
12 changed files with 171818 additions and 228 deletions

View File

@@ -16,6 +16,7 @@
"start:frontend": "node src/frontend-server.mjs",
"start:worker": "node src/worker-server.mjs",
"test": "node --test test/*.test.mjs",
"update-filter-lists": "node scripts/update-filter-lists.mjs",
"install-browsers": "playwright install chromium"
},
"dependencies": {