vadviktor
8/12/2012 - 12:30 PM

Make one large blocklist from the bluetack lists on iblocklist.com

Make one large blocklist from the bluetack lists on iblocklist.com

#!/usr/bin/env sh

# Download lists, unpack and filter, write to stdout
curl -s https://www.iblocklist.com/lists.php \
  | sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \
  | xargs wget -O - \
  | gunzip \
  | egrep -v '^#'