Skip to content

Instantly share code, notes, and snippets.

View kosikond's full-sized avatar

Ondrej Kosik kosikond

  • London
  • 02:45 (UTC +01:00)
View GitHub Profile
@johntyree
johntyree / getBlockLists.sh
Last active June 7, 2026 04:44
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 '^#'