Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kzar/58a54e3462180df9520d to your computer and use it in GitHub Desktop.
Save kzar/58a54e3462180df9520d to your computer and use it in GitHub Desktop.
generate_lists
#!/bin/bash
wget -qO- https://easylist-downloads.adblockplus.org/easylist_noadult.txt | nodejs abp2blocklist.js > easylist_content_blocker.json
wget -qO- https://easylist-downloads.adblockplus.org/{easylist_noadult.txt,exceptionrules.txt} | nodejs abp2blocklist.js > easylist+exceptionrules.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment