Skip to content

Instantly share code, notes, and snippets.

View alex4108's full-sized avatar
🛥️
Sailing the seas

Alex Schittko alex4108

🛥️
Sailing the seas
View GitHub Profile
@johntyree
johntyree / getBlockLists.sh
Last active June 4, 2025 15:24
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 '^#'