├── HOSTS.txt ├── LICENSE └── README.md /HOSTS.txt: -------------------------------------------------------------------------------- 1 | ||*$third-party,important 2 | ||*mtalk.google.com^ 3 | ||graph.facebook.com^$important 4 | ||safebrowsing.googleapis.com^$important 5 | ||storage.googleapis.com$app=com.google.android.inputmethod.latin,important 6 | ||crashlytics.com^ 7 | ||app-measurement.com^ 8 | ||googleapis.com^$app=com.google.android.keep 9 | ||gstatic.com^$app=com.google.android.inputmethod.latin 10 | ||adnxs.com^ 11 | ||mapbox.com^ 12 | ||a-mo.net^ 13 | ||mail-ads.google.com^$important 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 2 | Version 2, December 2004 3 | 4 | Copyright (C) 2022 Saitama 5 | 6 | Everyone is permitted to copy and distribute verbatim or modified 7 | copies of this license document, and changing it is allowed as long 8 | as the name is changed. 9 | 10 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 11 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 12 | 13 | 0. You just DO WHAT THE FUCK YOU WANT TO. 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Adguard-for-Android-Filters 2 | 3 | RAW - https://raw.githubusercontent.com/uBlock-user/Adguard-for-Android-Filters/master/HOSTS.txt 4 | --------------------------------------------------------------------------------