gaming.sh 668 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. curdir=$(pwd)
  3. dl_url="https://www.gameindustry.de/files/spiele_k/hosts"
  4. changes_url="https://www.gameindustry.de/whatsnew.php"
  5. list_name="tracking-games.txt"
  6. rm -f games.list
  7. wget -qO- "$dl_url" > games.list
  8. sed -i '/google/Id' games.list
  9. sed -i '/APPLE/Id' games.list
  10. sed -i '/Facebook/Id' games.list
  11. sed -i '/Microsoft/Id' games.list
  12. sed -i '/Twitter/Id' games.list
  13. sed -i '/OCSP/Id' games.list
  14. sed -i '/CRL/Id' games.list
  15. sed -i '/CDN/Id' games.list
  16. sed -i '/127/d' games.list
  17. sed -i '/255.255/d' games.list
  18. sed -i '/::1/d' games.list
  19. sed -i '/ff00:/d' games.list
  20. sed -i '/ff02:/d' games.list
  21. sed -i '/fe80:/d' games.list
  22. sed -i '/fe00:/d' games.list