gethostszero (244B)
1 #!/bin/sh 2 # 3 # Filter list for various ad servers. Makes your webbrowser open less 4 # connections. 5 # 6 # See the downloaded file itself for the copyright notice. 7 # 8 9 curl -s https://someonewhocares.org/hosts/zero/hosts > /etc/hosts.d/02-hosts.zero 10