Skip to content

Commit

Permalink
another ad list
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsalmela committed Nov 12, 2014
1 parent fbc94f6 commit 8c56844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gravity-adv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ echo "Getting malwaredomainlist ad list..."
curl -s http://www.malwaredomainlist.com/hostslist/hosts.txt | grep -v "#" | sed '/^$/d' | sed 's/\ /\\ /g' | awk '{print $2}' | sort >> /tmp/matter.txt
echo "Getting adblock.gjtech ad list..."
curl -s http://adblock.gjtech.net/?format=unix-hosts | grep -v "#" | sed '/^$/d' | sed 's/\ /\\ /g' | awk '{print $2}' | sort >> /tmp/matter.txt
echo "Getting someone who cares ad list..."
curl -s http://someonewhocares.org/hosts/hosts | grep -v "#" | sed '/^$/d' | sed 's/\ /\\ /g' | awk '{print $2}' >> /tmp/matter.txt

# Sort the aggregated results and remove any duplicates
echo "Sorting and removing duplicates..."
Expand Down

0 comments on commit 8c56844

Please sign in to comment.