Created
October 30, 2015 16:16
-
-
Save kzar/58a54e3462180df9520d to your computer and use it in GitHub Desktop.
generate_lists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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