Skip to content

Instantly share code, notes, and snippets.

View frosted97's full-sized avatar
chilling...

frosted97

chilling...
View GitHub Profile
@frosted97
frosted97 / paises.txt
Last active March 8, 2022 13:12
list of countries in Portuguese
Afeganistão
África do Sul
Albânia
Alemanha
Andorra
Angola
Antígua e Barbuda
Arábia Saudita
Argélia
Argentina
@frosted97
frosted97 / getBlockLists.sh
Created January 25, 2022 13:55 — forked from johntyree/getBlockLists.sh
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 '^#'